This endpoint allows users to retrieve information about their specific asset in all their vaults.
The specific asset ID for the blockchain.
The specific blockchain, e.g Bitcoin, Ethereum, Binance Smart Chain, Tron.
The specific type of the vault - MAIN or TEST (small or capital letters).
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.
The current exchange rate.
Allocated amount of the specific asset in the Vault.
Available amount of the specific asset in the Vault.
Blocked amount of the specific asset in the Vault.
Total amount of the specific asset in the Vault.
The specific color of the Vault.
Defines the unique ID of the Vault which contains the specific asset.
The name of the Vault.
Represents the type of the Vault, e.g. Smart, General.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"exchangeRate": "1.2",
"vaults": [
{
"allocatedAmount": "2",
"availableAmount": "3.1",
"blockedAmount": "0",
"totalAmount": "5.00001",
"vaultColor": "#FF991F",
"vaultId": "654a4ad6d6aeb3000769074d",
"vaultName": "Main Vault",
"vaultType": "general"
}
]
}
}
}