💰Create Exchange
It is use to create the exchange,
API Type: POST
Required Parameter:
In the header:
x-api-key: enter your API key for authentication.
In body:
currency_from: It is the coin symbol
currency_to: It is the coin symbol
amount_from: Here you pass the amount that you want to exchange
address_to: Here you enter the address at which you want to get the amount
refund_address(string)
fixed: true/false (true for fixed rate / false for float rate)
extra_id_to (string)
user_refund_extra_id (string)
API Link: https://secureshift.io/api/v2/create-exchange API Response
{
"status": 200,
"data": {
"order_id": "67a6f48119557"
}
}
Last updated