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
(optional)
API Link: https://secureshift.io/api/v2/create-exchange API Response
Last updated