v1.0
API reference Vaultody
GET /supported-assets

List Supported Assets

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.

Query parameters

context string
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.
assetUnit string
Filter results by asset unit (e.g., BTC, BNB, USDC, TRX, LINK).
blockchain string
Filter results by blockchain the asset is supported on (e.g., bitcoin, ethereum, polygon, tron, solana).
limit integer
Defines how many items should be returned in the response per page basis.
networkType string
Filter by network type: main or test.
startingAfter string
Defines the id of the previous listed record id from which the current list should start from.

Response

Returns 200 the request has been successful.

apiVersion string required
Specifies the version of the API that incorporates this endpoint.
E.G. 2026-03-20
requestId string required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
E.G. 601c1710034ed6d407996b30
context string
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.
E.G. yourExampleString
data object required
limit integer required
Defines how many items should be returned in the response per page basis.
E.G. 50
startingAfter string
Defines the id of the previous listed record id from which the current list should start from.
E.G. 5ca21f92cf5431000105d1a7
hasMore boolean required
Defines whether or not there are more elements available after this set.
E.G. 1
items object[] required
active string required
Whether asset is currently supported.
E.G. true
assetId string required
The specific asset ID.
E.G. 6523e058a06ebf1322d7dd6f
assetName string required
The name of the asset (e.g., Litecoin, Dogecoin,, Polygon, Tron, Avalanch, ChainLink, JUST, Tether).
E.G. Ethereum
assetType string required
Type of asset - COIN, TOKEN.
E.G. TOKEN
assetUnit string required
Asset symbol (e.g., BTC, BNB, USDC, TRX, LINK).
E.G. ETH
blockchain string required
Represents the blockchain of the asset, e.g. bitcoin, litecoin, binance-smart-chain, tron, polygon, base.
E.G. ethereum
contractAddress string required
Smart contract address (if applicable, for token type assets).
E.G. 0x1c7d4b196cb0c7b01d743fbc6116a902379c7238
contractType string required
Token standard type (BEP-20, ERC-20, etc.) - for tokens only.
E.G. ERC-20
decimals string required
Number of decimal places supported by the asset.
E.G. 6
network string required
Represents the network of the asset e.g. mainnet, testnet, sepolia, nile.
E.G. mainnet
price object required
Current price information for the asset.
amount string required
Current price value.
E.G. 2147.2241
calculationTimestamp integer required
Unix timestamp indicating when the price was calculated
E.G. 1770727800
unit string required
Price currency.
E.G. USD

Errors

400 The pagination attributes that have been used are invalid. Please check the Documentation to see details on pagination. application/json
401 The provided API key is invalid. Please, generate a new one from your Dashboard. application/json
403 Mainnets access is not available for your current subscription plan, please upgrade your plan to be able to use it. application/json
409 The data provided seems to be invalid. application/json
415 The selected Media Type is unavailable. The Content-Type header should be 'application/json'. application/json
422 Your request body for POST requests must have a structure of { data: { item: [...properties] } } application/json
429 The request limit has been reached. There can be maximum {requests} requests per {seconds} second(s) made. Please contact our team via email if you need more or upgrade your plan. application/json
500 An unexpected server error has occurred, we are working to fix this. Please try again later and in case it occurs again please report it to our team via email. application/json

No matches.