Skip to main content
GET
List address book entries
List withdrawal address book entries for the authenticated organization.

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Opaque cursor from a prior response.

limit
integer
default:100

Maximum number of entries to return.

Required range: 1 <= x <= 200

Response

Address book entry list

entries
any[]
nextCursor
string | null
hasMore
boolean