cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/create_deposit_address \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 7538, "method": "private/create_deposit_address", "params": { "currency": "BTC" } } '
{ "jsonrpc": "2.0", "id": 3461, "result": { "address": "2N8udZGBc1hLRCFsU9kGwMPpmYUwMFTuCwB", "creation_timestamp": 1550575165170, "currency": "BTC", "type": "deposit" } }
Creates deposit address in currency
Scope: wallet:read_write
wallet:read_write
Try in API console
The currency symbol Currency, i.e "BTC", "ETH", "USDC"
"BTC"
"ETH"
"USDC"
BTC
ETH
USDC
USDT
EURR
Success response
The JSON-RPC version (2.0)
2.0
Object if address is created, null otherwise
Show child attributes
The id that was sent in the request
Was this page helpful?