cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/delete_address_beneficiary \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 42, "method": "private/delete_address_beneficiary", "params": { "currency": "BTC", "address": "bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf0uyj" } } '
{ "jsonrpc": "2.0", "id": 42, "result": "ok" }
Deletes address beneficiary information
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
STETH
ETHW
USDC
USDT
EURR
SOL
XRP
USYC
PAXG
BNB
USDE
Address in currency format
Tag for XRP addresses
Success response
The JSON-RPC version (2.0)
2.0
ok
"ok"
The id that was sent in the request
Was this page helpful?