HomeAPI ReferenceVaultsGet Vault Assets
GET/vaults/assets

Get Vault Assets

Outcome - Returns all assets available in a vault.

Query Parameters

pagenumbernullable

Page number for pagination

limitnumbernullable

Number of items per page

searchstringnullable

Search term for filtering results by fields ('name', 'symbol', 'contractAddress').

filtersobjectnullable

Additional filters for the query.

Show child parameters (7)
idnumbernullable

filter query by asset ID. example: filters[id] = 1 or filters[id] = NotIn(1,2,3)

statusstringnullable

filter query by asset status. example: filters[status] = ACTIVE

typestringnullable

filter query by asset type. example: filters[type] = TOKEN

networkIdnumbernullable

filter query by network ID. example: filters[networkId] = 1

vaultAssetsstringnullable

filter query by vault assets. example: filters[vaultAssets] = 1 or filters[vaultAssets] = In(1,2,3) or filters[vaultAssets] = notHave

vaultAssetsStatusstringnullable

filter query by vault asset status. example: filters[vaultAssetsStatus] = active

isSwappablebooleannullable

filter query by network swappable status. example: filters[isSwappable] = true

Responses

Response attributes

messagestring

Response message

dataarray

Array of vault assets

Show child attributes (12)
idnumber

Asset ID

namestring

Asset name

symbolstring

Asset symbol

contractAddressstring

Asset contract address

decimalsnumber

Asset decimals

networkobject

Network information

Show child attributes (5)
idnumber

Network ID

namestring

Network name

symbolstring

Network symbol

isSwappableboolean

Whether the network supports swapping

chainobject

Chain details

Show child attributes (5)
idnumber

Chain ID

namestring

Chain name

nativeCurrencyobject

Native currency details

Show child attributes (3)
namestring

Currency name

symbolstring

Currency symbol

decimalsnumber

Currency decimals

rpcUrlsobject

RPC URLs

Show child attributes (1)
defaultobject

Default RPC configuration

Show child attributes (2)
httparray

HTTP RPC URLs

webSocketarray

WebSocket RPC URLs

blockExplorersobject

Block explorer details

Show child attributes (1)
defaultobject

Default block explorer

Show child attributes (3)
namestring

Explorer name

urlstring

Explorer URL

apiUrlstring

Explorer API URL

createdAtstring

Asset creation timestamp

updatedAtstring

Asset last updated timestamp

vaultStatusstring

Asset status in vault

typestring

Asset type (TOKEN, COIN, etc.)

statusstring

Asset status (ACTIVE, INACTIVE, etc.)

logostring

Asset logo URL

metaobject

Pagination metadata

Show child attributes (6)
totalItemsnumber

Total number of items

itemsPerPagenumber

Number of items per page

totalPagesnumber

Total number of pages

currentPagenumber

Current page number

hasPreviousPageboolean

Whether there is a previous page

hasNextPageboolean

Whether there is a next page

statusnumber

HTTP status code

Was this page helpful?