Claim deposit address
Claims a crypto deposit address for a funding method available to the selected account.
BTC over Lightning uses a per-payment invoice instead of a reusable deposit address. Use Create Lightning invoice.
This operation is not idempotent. If a request times out or otherwise has an unknown outcome, do not automatically retry it because an address may already have been claimed. First list the account’s claimed deposit addresses or contact Payward Services support.
Compatible funding methods can share address limits. List and reuse an existing address before claiming another. When the shared limit has been reached and no existing address is eligible to expire, the request returns 409 with code deposit_address_limit_reached.
Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Path Parameters
Public identifier of the account that owns the deposit addresses.
1 - 64Body
Crypto funding method whose deposit address should be claimed.
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.
Crypto deposit address and any network-specific routing information.