cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/list_custody_accounts \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 2515, "method": "private/list_custody_accounts", "params": { "currency": "BTC" } } '
200
jsonObject
{ "jsonrpc": "2.0", "id": 2515, "result": [ { "name": "copper", "currency": "BTC", "client_id": "4KVcFrrzmXBR", "external_id": "24f97d44-1d72-4641-8527-811268a0bdd3", "balance": 0.5, "withdrawals_require_security_key": false, "pending_withdrawal_balance": 0.1, "auto_deposit": false } ]}
Retrieves user custody accounts list.
๐ Related Support Article: Custody Options
Try in API console
The currency symbol Currency, i.e "BTC", "ETH", "USDC"
"BTC"
"ETH"
"USDC"
BTC
ETH
USDC
USDT
EURR
Success response
Generic error response for broken references
2.0
Show child attributes
Was this page helpful?