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' required

The runtime name

The chain type (e.g. evm, solana). Use the same runtime you used when creating the asset.

chain_name'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'ethereum-sepolia' | 'gnosis' | 'soneium-minato' | 'abstract' | 'soneium' | 'solana' | 'hedera' | 'bitcoin' | 'mainnet' 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

tagsstring[]

Group your assets by tags to filter by them.

aliasstring

A friendly name for this asset so you can spot it quickly; the UI shows this instead of the raw address or domain.

Response

Successful response with the updated asset details (address or domain).

OR

Changes