v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Wallet
Private

Retrieve the current deposit address for the specified currency. Returns the most recently created or used deposit address for receiving funds.

📖 Related Article: Managing Deposits

Scope: wallet:read

Try in API console

get/private/get_current_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"
  }
}