Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/private/get_current_deposit_address \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 3461,
  "method": "private/get_current_deposit_address",
  "params": {
    "currency": "BTC"
  }
}
'
{
  "jsonrpc": "2.0",
  "id": 3461,
  "result": {
    "address": "2N8udZGBc1hLRCFsU9kGwMPpmYUwMFTuCwB",
    "creation_timestamp": 1550575165170,
    "currency": "BTC",
    "type": "deposit"
  }
}

Query Parameters

currency
enum<string>
required

The currency symbol Currency, i.e "BTC", "ETH", "USDC"

Available options:
BTC,
ETH,
USDC,
USDT,
EURR

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object
required

Object if address is created, null otherwise

id
integer

The id that was sent in the request