v2

OpenAPI 3.0.02026-07-311824171.4 MB
Wallet
Private

Creates a new deposit address for the specified currency. Each currency can have multiple deposit addresses. Use this method to generate a new address for receiving deposits.

Note:

For Bitcoin, a new address can be generated every 24 hours.

For ERC20, Solana and XRP only one address can be generated.

Note:

If an ERC20 address is generated, this address will be automatically added for every asset that uses ERC20 addresses.

📖 Related Article: Managing Deposits

Scope: wallet:read_write

Try in API console

get/private/create_deposit_address

Query parameters

currency'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR' required

Currency, i.e "BTC", "ETH", "USDC"

The currency symbol

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": {
    "creation_timestamp": 1536569522277,
    "address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
  }
}