Retrieves a list of all assets supported by the platform. This endpoint is intended to help users discover which assets are available to be added to their Vault Accounts. Results can be sorted and paginated to ensure efficient and consistent data retrieval, even for large asset sets.
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 results by asset unit (e.g., BTC, BNB, USDC, TRX, LINK).
Filter results by blockchain the asset is supported on (e.g., bitcoin, ethereum, polygon, tron, solana).
Defines how many items should be returned in the response per page basis.
Filter by network type: main or test.
Defines the id of the previous listed record id from which the current list should start from.
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.
Defines how many items should be returned in the response per page basis.
Defines the id of the previous listed record id from which the current list should start from.
Defines whether or not there are more elements available after this set.
Whether asset is currently supported.
The specific asset ID.
The name of the asset (e.g., Litecoin, Dogecoin,, Polygon, Tron, Avalanch, ChainLink, JUST, Tether).
Type of asset - COIN, TOKEN.
Asset symbol (e.g., BTC, BNB, USDC, TRX, LINK).
Represents the blockchain of the asset, e.g. bitcoin, litecoin, binance-smart-chain, tron, polygon, base.
Smart contract address (if applicable, for token type assets).
Token standard type (BEP-20, ERC-20, etc.) - for tokens only.
Number of decimal places supported by the asset.
Represents the network of the asset e.g. mainnet, testnet, sepolia, nile.
Current price information for the asset.
Current price value.
Unix timestamp indicating when the price was calculated
Price currency.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2026-03-20",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"limit": 50,
"startingAfter": "5ca21f92cf5431000105d1a7",
"hasMore": true,
"items": [
{
"active": "true",
"assetId": "6523e058a06ebf1322d7dd6f",
"assetName": "Ethereum",
"assetType": "TOKEN",
"assetUnit": "ETH",
"blockchain": "ethereum",
"contractAddress": "0x1c7d4b196cb0c7b01d743fbc6116a902379c7238",
"contractType": "ERC-20",
"decimals": "6",
"network": "mainnet",
"price": {
"amount": "2147.2241",
"calculationTimestamp": 1770727800,
"unit": "USD"
}
}
]
}
}