Skip to main content
GET
List funding addresses

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

Public identifier of the account that owns the funding addresses.

Required string length: 1 - 64

Query Parameters

method_id
string<uuid>

Funding method identifier. Restricts the listing to addresses registered for that method, its network, or its network group. An address matched this way may report a network_id or network_group_id scope rather than method_id. An empty value is rejected as a validation error rather than treated as no filter.

page_size
integer<int32>
default:20

Maximum number of results to return. Defaults to 20 when omitted.

Required range: 1 <= x <= 25
page_token
string

Opaque token returned as next_page_token in the previous response. Omit to request the first page.

Required string length: 1 - 256

Response

User-added cryptocurrency funding addresses available to the selected account.

User-added cryptocurrency funding addresses available to the selected account.

data
object[]
required

User-added cryptocurrency funding addresses.

next_page_token
string

Opaque token for retrieving the next page. Absent when there are no more results.

Required string length: 1 - 256