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.
requestId
string
required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
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.
data
object
required
item
object
required
exchangeRateUnit
string
required
The current exchange rate.
vaults
object[]
required
allocatedAmount
string
required
Allocated amount in the Vault.
availableAmount
string
required
Available amount in the Vault.
totalAmount
string
required
Total amount in the Vault.
vaultColor
string
required
The color of the Vault.
vaultId
string
required
Defines the unique ID of the Vault.
vaultName
string
required
The name of the Vault.
vaultType
string
required
Represents the type of the Vault.
default