Skip to main content
PATCH
Update 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 owns the funding address.

Required string length: 1 - 64
address_id
string
required

Stable funding-address identifier returned when the address was registered.

Required string length: 20
Pattern: ^AB[A-Za-z0-9]{5}-[A-Za-z0-9]{5}-[A-Za-z0-9]{6}$

Body

application/json

Fields that can be changed on a user-added funding address.

name
string
required

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

Required string length: 1 - 64

Response

Funding address updated.