This endpoint will list all assets for this address on this Blockchain, the network is based on the Vault.
Represents the specific blockchain protocol name, e.g. Tron, Ethereum, Bitcoin, 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.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2023-04-20",
"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": "USDT",
"type": "TOKEN"
}
]
}
}
}