This endpoint retrieves a list of all assets associated with a specific address. It supports an optional query parameter blockchain to filter the assets by the blockchain on which they are located.
The address for which all assets will be listed.
The unique vault ID used for the search.
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.
Filter the results by a specific blockchain. If not provided, assets across all supported blockchains will be returned.
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.
Represents the specific asset ID.
Represents the blockchain of the asset in the particular vault, e.g. ethereum, bitcoin, binance-smart-chain, tron, polygon, base.
The current exchange rate.
Represents the network of the asset in the particular vault, e.g. mainnet, testnet, sepolia, nile.
The symbol of the asset, e.g. ETH, BTC, BNB, USDT, TRX, USDC.
Defines the specific token type or native coin
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"assets": [
{
"assetData": {
"allocatedAmount": "0",
"availableAmount": "49990",
"blockedAmount": "0",
"contract": "0x1c7d4b196cb0c7b01d743fbc6116a902379c7238",
"standard": "ERC-20",
"totalAmount": "49990"
},
"assetId": "6523e058a06ebf1322d7dd6e",
"blockchain": "ethereum",
"exchange_rate": "2363.995645367618",
"network": "mainnet",
"symbol": "ETH",
"type": "COIN"
}
]
}
}
}