This endpoint allows users to retrieve information about their specific asset in a vault.
The specific asset ID.
The specific blockchain - e.g. Bitcoin, Ethereum,Binance Smart Chain, Tron.
The specific network - mainnet, testnet, sepolia, nile..
The specific vault ID.
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.
Represents the address associated with the assets.
The type of the address e.g. smart, deposit, change.
Allocated amount of the specific asset in the address.
Available amount of the specific asset in the address.
Blocked amount of the specific asset in the address.
Represents the name of the address.
Total amount of the specific asset in the address.
The current exchange rate.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"addresses": [
{
"address": "tb1qpv55wm7g3cuwyhky0jy82dru4c69p0uuwrnq0w",
"addressType": "deposit",
"allocatedAmount": "0",
"availableAmount": "0",
"blockedAmount": "0",
"label": "yourAddressLabelHere",
"totalAmount": "0.00006739"
}
],
"exchangeRate": "40022.59732885433"
}
}
}