Asset Management
Get Asset
Retrieve details for an asset in your inventory by its identifier, runtime, and chain.
get/v0/platform/assets/{identifier}
Path parameters
identifierstring required
The contract address or domain that identifies this asset.
Query parameters
runtime'evm' | 'sui' | 'solana' | 'stellar' | 'hedera' | 'bitcoin' | 'hyperliquid' | 'polymarket' | 'aster' | 'lighter' | 'tron' required
The runtime name
The chain type (e.g. evm, solana). Use the same runtime you used when creating the asset.
chain_name'abstract' | 'apechain' | 'arbitrum' | 'avalanche' | 'avalanche-fuji' | 'base' | 'berachain' | 'bitcoin' | 'blast' | 'bsc' | 'degen' | 'ethereum' | 'ethereum-sepolia' | 'gnosis' | 'hedera' | 'hyperevm' | 'hyperliquid' | 'aster' | 'lighter' | 'ink' | 'kaia' | 'katana' | 'kite-ai' | 'linea' | 'monad' | 'optimism' | 'plume' | 'polymarket' | 'polygon' | 'ronin' | 'scroll' | 'sei' | 'solana' | 'soneium' | 'soneium-minato' | 'stellar' | 'sui' | 'unichain' | 'worldchain' | 'zksync' | 'mainnet' | 'kaia' | 'tron' | 'robinhood' | 'arc' | 'xlayer' required
The chain name
Which chain the asset is on (e.g. bsc, ethereum). Use the same chain you used when creating the asset.
Response
Successful response with the asset details (address or domain).