Skip to main content
GET
Get Wallet Balances

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

walletId
string

Filter by wallet ID. The unique identifier of the wallet

Example:

"123e4567-e89b-12d3-a456-426614174000"

address
string

Filter by wallet address

Example:

"0x1234567890123456789012345678901234567890"

token
string

Filter by token symbol. The token symbol (e.g., USDT, USDC, ETH).

Refer to the Get Supported Tokens endpoint for the list of supported tokens.

Example:

"USDT"

isNative
boolean

Filter by native token state

Example:

true

blockchain
string

Filter by blockchain network. The chain. Can be either the blockchain name or slug.

Refer to the Get Supported Blockchains endpoint for the list of supported blockchains.

Example:

"ethereum"

pageNo
string
default:1

The page number for pagination

pageLimit
string
default:10

The number of items per page for pagination

Response

success
boolean
required
Example:

true

totalBalanceInUsd
string
required
Example:

"125.00"

data
object[]
required
totalPage
number
required
pageNo
number
required
pageLimit
number
required