Skip to main content
GET
List wallets

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), validated at the Kong edge.

Query Parameters

limit
integer
default:20

Maximum items per page.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

assetCode
string

Filter to wallets that hold a balance or trustline for this asset code (case-insensitive).

Example:

"USDZ"

networkName
string

Filter to wallets on this network (case-insensitive).

Example:

"Stellar"

Response

A page of wallets.

data
object[]
required
pagination
object
required