This endpoint will list all assets for this address on this Blockchain, the network is based on the Vault.
The address for which all assets will be listed.
Represents the specific blockchain protocol name, e.g. Bitcoin, Tron, Ethereum , Binance Smart Chain etc.
Defines the unique ID of the Vault.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Vaultody and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Information about each asset associated with the address.
Contains data about the asset.
The allocated amount of the asset associated with the address.
The available amount of the asset associated with the address.
The blocked amount of the asset associated with the address.
The contract address of the asset.
The standard of the asset e.g. TRC-20, BEP-20, ERC-20 .
The total amount of the asset associated with the address.
The current exchange rate.
The symbol of the asset, e.g. BTC, BNB, USDT, ETH, JST, USDC.
The type of the asset - COIN/TOKEN
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"assets": [
{
"assetData": {
"allocatedAmount": "0",
"availableAmount": "49990",
"blockedAmount": "0",
"contract": "TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj",
"standard": "TRC-20",
"totalAmount": "49990"
},
"exchangeRate": "0.9994230956541328",
"symbol": "BTC",
"type": "TOKEN"
}
]
}
}
}