Asset Management
Update an Asset
Update an existing asset in your inventory (e.g. alias, tags) by its identifier, runtime, and chain.
patch/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.
Request body
Response
Successful response with the updated asset details (address or domain).