Skip to main content
GET
List Wallets

Authorizations

Authorization
string
header
required

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

Query Parameters

accountId
string
required

Filter by Account ID. The unique identifier of the Account

Example:

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

address
string

Filter by wallet address

Example:

"0x1234567890123456789012345678901234567890"

refId
string

Filter by reference ID

Example:

"ref_user_1"

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

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