v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Assets

GetVaultAsset

Retrieves a vault scoped asset (imported token or custom chain token) by resource name.

get/v2/vaults/{vault_id}/assets/{asset_id}

Path parameters

vault_idstring required
asset_idstring required

Response

A successful response.

Example response

{
  "asset": {
    "network": "networks/ethereum-mainnet"
  }
}