cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/get_address_book \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 31, "method": "private/get_address_book", "params": { "currency": "BTC", "type": "withdrawal" } } '
{ "jsonrpc": "2.0", "id": 31, "result": [ { "waiting_timestamp": 1720252232860, "creation_timestamp": 1719993033041, "requires_confirmation_change": false, "personal": true, "info_required": false, "beneficiary_first_name": "John", "beneficiary_last_name": "Doe", "beneficiary_address": "NL, Amsterdam, Street, 1", "requires_confirmation": true, "currency": "BTC", "agreed": true, "address": "2NBqqD5GRJ8wHy1PYyCXTe9ke5226FhavBz", "type": "withdrawal", "status": "waiting", "label": "Main Address" }, { "waiting_timestamp": 1720252232760, "creation_timestamp": 1719993032041, "requires_confirmation_change": false, "personal": true, "info_required": false, "beneficiary_company_name": "MyCompany", "beneficiary_address": "NL, Haarlem, Street, 5", "requires_confirmation": false, "currency": "BTC", "agreed": true, "address": "bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf0uyj", "type": "withdrawal", "status": "waiting", "label": "One More Address" } ] }
Retrieves address book of given type
Scope: wallet:read
wallet:read
Try in API console
The currency symbol Currency, i.e "BTC", "ETH", "USDC"
"BTC"
"ETH"
"USDC"
BTC
ETH
STETH
ETHW
USDC
USDT
EURR
SOL
XRP
USYC
PAXG
BNB
USDE
Address book type
transfer
withdrawal
deposit_source
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?