Skip to main content
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"
  }
}
'
{
"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
}
]
}

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

Generic error response for broken references

jsonrpc
enum<string>
required
Available options:
2.0
error
object
required
result
object[]