Skip to main content
GET
Get all fiat addresses / bank accounts

Authorizations

X-API-Key
string
header
required

API Key

Headers

X-SUB-PARTNER-ID
string

Optional sub-partner UUID, if provided, the fiat addresses will be filtered for the sub-partner

X-API-Version
string

Selects the API version for this request, as an ISO date (YYYY-MM-DD). Omit to use the default version (2025-03-13). Supported versions: 2025-03-13, 2026-07-01.

Path Parameters

customer_id
string
required

the ID of the customer

Query Parameters

cursor
string<uuid>

Paging: the cursor field from previous page

prev_cursor
string<uuid>

Paging: the cursor field for backward pagination

page_size
integer<uint32>
default:10

Paging: the requested page size (max 100)

Required range: x <= 100
search_term
string

A search term to filter the addresses

Maximum string length: 256

Response

GET Addresses Succeeded

PagedList

A list of items with cursors used to fetch the next or previous page

items
FiatAddress · object[]
required

The list of items

cursor
string<uuid>

The cursor used to fetch the next page

prev_cursor
string<uuid>

The cursor used to fetch the previous page