Create buy order
Endpoint for creating buy order for crypto
Request Body
Name
Type
Description
{
"from_currency":"EUR",
"from_amount":93.05,
"to_coin": "BTC",
"to_coin_address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"receiver_external_id": "123456",
"deposit_method": "BALANCE",
"receiver_name": "John Doe",
"client_reference": "65648e86-c890-444c-8549-ad44c961280b",
"iat": 1761678857,
"exp": 1761682457
}Last updated