v2
latestOpenAPI 3.0.02026-07-311824171.4 MBWallet
Private
Transfer funds to another user. This method allows you to send funds from your main account to another Deribit user's account. The transfer is processed internally and does not require blockchain transactions.
📖 Related Article: Managing Transfers
Scope: wallet:read_write and mainaccount
get/private/submit_transfer_to_user
Query parameters
currency'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR' required
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
amountnumber required
Amount of funds to be transferred
destinationstring required
Destination wallet's address taken from address book
Response
Success response
Example response
{
"result": {
"id": 12,
"created_timestamp": 1536569522277,
"amount": 1,
"other_side": "Smith",
"updated_timestamp": 1536569522277
}
}