Update asset

Starts an asynchronous update-asset operation. Returns the operation in PENDING; poll GetAssetOperationV2 for terminal status. On-chain token properties are applied via an approved on-chain update; the off-chain label is applied on completion, and a non-empty price triggers a separate asynchronous admin price change that this operation does not wait for. GetAssetV2 reflects the new on-chain values once the operation completes.

Path Params
string
required

The v2 asset id (AssetView id) to update. Required; the asset must be ACTIVE.

Body Params

UpdateAssetRequestV2 updates an existing asset: an on-chain change (params)
plus optional off-chain label/price metadata.

string

The source address that submits and funds the on-chain update — an internal address holding this asset's token. Required.

string

New off-chain platform display label. Optional.

string

New price. Optional. If set, triggers a separate, asynchronous admin price-change request that this operation does not wait for.

params
object

UpdateAssetParamsV2 mirrors AssetParamsV2's shape so callers learn one
pattern. Branches for chains that don't support update today are empty
messages; populating them later is non-breaking.
UpdateAssetParamsV2 is the per-chain on-chain update payload — the typed
change applied to the token.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json


  © 2026 Taurus SA. All rights reserved.