v1.0
API reference Vaultody
GET /assets/{assetId}/{blockchain}/vaults/{networkType}

List Vaults by Asset ID

This endpoint allows users to retrieve information about their specific asset in all their vaults.

Path parameters

assetId string required
The specific asset id for the blockchain
blockchain string required
The specific blockchain, e.g Bitcoin, Ethereum, Binance Smart Chain, Tron.
networkType string required
Specifies whether the vault is a main vault or a test vault.

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.

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
item object required
exchangeRateUnit string required
The current exchange rate.
E.G. 1.2
vaults object[] required
allocatedAmount string required
Allocated amount in the Vault.
E.G. 2
availableAmount string required
Available amount in the Vault.
E.G. 3.1
totalAmount string required
Total amount in the Vault.
E.G. 5.00001
vaultColor string required
The color of the Vault.
E.G. #FF991F
vaultId string required
Defines the unique ID of the Vault.
E.G. 654a4ad6d6aeb3000769074d
vaultName string required
The name of the Vault.
E.G. Main Vault
vaultType string required
Represents the type of the Vault.
default
E.G. default

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.