Get Asset
Get asset details by ID
Get Asset
Retrieve details of a specific asset, including current balance.Response
Errors
| HTTP | Code | Condition |
|---|---|---|
| 400 | invalid_parameter | Missing asset ID |
| 404 | not_found | Asset not found |
Authorizations
JWT access token obtained from the /api/v1/auth/token endpoint.
Path Parameters
The unique identifier of the asset.
Response
Asset retrieved successfully.
Unique identifier for the asset.
"ast_r1s2t3u4v5"
The account ID this asset belongs to.
"acc_m1n2o3p4q5"
The wallet ID this asset belongs to.
"wal_a1b2c3d4e5f6"
The client ID that owns this asset.
"cli_x1y2z3"
Asset chain returned by the gateway.
"ethereum"
Asset network returned by the gateway.
"mainnet"
The token symbol.
"USDT"
The full name of the token.
"Tether USD"
The number of decimal places for the token.
6
The type of the asset based on its token standard.
NATIVE, ERC20, BEP20, TRC20 "ERC20"
The current available balance.
"1000.50"
The amount currently locked in pending transactions.
"0.00"
Whether the asset is currently active.
true
Timestamp when the asset was added.
"2026-01-15T10:40:00Z"
The smart contract address for the token. Null for native tokens.
"0xdAC17F958D2ee523a2206206994597C13D831ec7"