Through this endpoint customers can obtain information about available assets in one of their vaults, regardless of the blockchain protocol or network, by providing vaultId.
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": "986.1",
"blockedAmount": "0",
"contract": "TF17BgPaZYbz8oxbjhriubPDsA7ArKoLX3",
"standard": "TRC-20",
"totalAmount": "986.100000"
},
"blockchain": "tron",
"exchangeRate": "9997317682497079",
"network": "nile",
"symbol": "USDT",
"type": "TOKEN"
}
]
}
}
}