Skip to main content
POST
Create funding 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 will own the funding address.

Required string length: 1 - 64

Body

application/json

Cryptocurrency funding address to register for the selected account.

scope
object
required

One withdrawal method or network for the saved address.

name
string
required

Partner-provided label for the funding address. Must be unique per account. Limited to 64 characters.

Required string length: 1 - 64
address_details
object
required

Address details, as exactly one fiat bank account or crypto address branch.

Response

Funding address created successfully.

Funding address created for the selected account.

data
object
required

Stable identifier for a user-added cryptocurrency funding address.