cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/submit_transfer_to_user \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 9421, "method": "private/submit_transfer_to_user", "params": { "currency": "ETH", "amount": 13.456, "destination": "0x4aa0753d798d668056920094d65321a8e8913e26" } } '
{ "jsonrpc": "2.0", "id": 9187, "result": { "amount": 0.2, "created_timestamp": 1550579457727, "currency": "BTC", "direction": "payment", "id": 2, "other_side": "2MzyQc5Tkik61kJbEpJV5D5H9VfWHZK9Sgy", "state": "cancelled", "type": "user", "updated_timestamp": 1550579457727 } }
Transfer funds to another user.
Scope: wallet:read_write and mainaccount
wallet:read_write
Try in API console
The currency symbol Currency, i.e "BTC", "ETH", "USDC"
"BTC"
"ETH"
"USDC"
BTC
ETH
USDC
USDT
EURR
Amount of funds to be transferred
Destination wallet's address taken from address book
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?