Skip to main content
POST
Claim deposit address

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

Body

application/json

Crypto funding method whose deposit address should be claimed.

method_id
string<uuid>
required

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

Response

Crypto deposit address claimed for the selected account and method.

Claimed crypto deposit address for the selected account.

data
object
required

Crypto deposit address and any network-specific routing information.