Create Funding Address
Save a withdrawal address to the account for a funding method, network, or network group. See Adding a withdrawal address for how those scopes work.
API Key Permissions Required: Funds permissions - Add withdrawal addresses
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
The "API-Nonce" header should contain an always-increasing 64-bit integer, most commonly a Unix timestamp in milliseconds. Each request must use a nonce greater than the nonce of the previous request signed with the same API key.
Query Parameters
Account ID
Body
Request to create a withdrawal address for a given network group, network or funding method.
- method_id
- network_id
- network_group_id
User provided name for the address. Must be unique and contain at least one non-whitespace character. Surrounding whitespace is removed.
1User provided description of the address.