v3
latestOpenAPI 3.0.02026-07-311784111.3 MBWallet
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
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
Example response
{
"result": {
"creation_timestamp": 1536569522277,
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
}
}