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
POST
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
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.
Body
application/json
Native asset ID of the blockchain
Example:
"(ETH, ETH_TEST5, MATIC_POLYGON)"
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
Example:
"0xe7A9as1oa38bc4da0248s179E30aa94CcF453991"
Required for Stellar only, asset code is expected.
Example:
"TST3"
Previous
Get an assetReturns an asset by ID or legacyID.
**Note**:
- We will continue displaying and supporting the legacy ID (API ID). Since not all Fireblocks services fully support the new Assets UUID, please use only the legacy ID until further notice.
Next
TypeScript