Register an asset

Register a new asset to a workspace and return the newly created asset's details. Currently supported chains are:

  • EVM based chains
  • Stellar
  • Algorand
  • TRON
  • NEAR
  • Solana
  • Sui
  • TON
Body Params
string
required

Native asset ID of the blockchain

string
required

Asset address.

  • EVM-based chains: token contract address
  • Stellar (XLM): issuer address
  • Algorand (ALGO): asset ID
  • TRON (TRX): token contract address
  • NEAR: token address
  • Solana: token's mint account address
  • Sui: token's type
  • TON: token's address
string

Required for Stellar only, asset code is expected.

Headers
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Responses

Language
URL
Request
Response
Choose an example:
application/json