HomeAPI ReferenceWalletsGet Vault Gas Station Wallets
GET/wallets/gas-station-wallets

Get Vault Gas Station Wallets

Outcome - Returns all gas station wallets for the current vault.

Query Parameters

pagenumbernullable

Specifies the page number of results to return.

limitnumbernullable

Limits the number of results returned.

sortKeystringnullable

Sort results by field name.

searchstringnullable

Search term for filtering results.

filtersobjectnullable

Filters results.

Show child parameters (3)
publicAddressstringnullable

Public address of the wallet.

targetIdnumbernullable

The ID of the client or vault that owns the wallet. (Use null for master wallets or the vault id).

assetIdnumbernullable

The ID of the associated asset.

Responses

Response attributes

messagestring

Response message

dataarray

Array of gas station wallet records

Show child attributes (10)
idnumber

Wallet ID

balancestring

Available balance

pendingBalancestring

Pending balance

publicAddressstring

Public blockchain address of the wallet

transactionsCountstring

Number of transactions

targetIdnumber

Target ID

assetobject

Asset details

Show child attributes (11)
idnumber

Asset ID

namestring

Asset name

symbolstring

Asset symbol

contractAddressstringnullable

Token contract address

decimalsnumber

Asset decimals

networkobject

Network details

Show child attributes (11)
idnumber

Network ID

namestring

Network name

symbolstring

Network symbol

createdAtstring

Network creation timestamp

updatedAtstring

Network last updated timestamp

typestring

Network type

statusstring

Network status

logostring

Network logo URL

isSwappableboolean

Whether the network supports swapping

categorystring

Network category

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 (1)
httparray

HTTP 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

typestring

Asset type (COIN or TOKEN)

statusstring

Asset status

logostring

Asset logo URL

createdAtstring

Wallet creation timestamp

updatedAtstring

Wallet last updated timestamp

typestring

Wallet type

metaobject

Pagination details

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?