Skip to main content
GET
List deposit 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 deposit addresses.

Required string length: 1 - 64

Query Parameters

method_id
string<uuid>
required

Crypto funding method identifier returned by the deposit-methods endpoint.

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

Crypto deposit addresses available for the selected account and method.

Crypto deposit addresses available for the requested funding method.

data
object[]
required

Available deposit addresses. Empty when none can be used with the method.

next_page_token
string

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

Required string length: 1 - 256