SecureShift | API documentation
  • 😎SecureShift APIs documentation
  • 💲Get Currency
  • 💲Get All Currencies
  • Get Pair
  • Get All Pair
  • Get Estimate
  • 💰Create Exchange
  • Get Exchange
  • Get Range
Powered by GitBook
On this page

Create Exchange

It is use to create the exchange,

PreviousGet EstimateNextGet Exchange

Last updated 2 months ago

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: API Response

{
    "status": 200,
    "data": {
        "order_id": "67a6f48119557"
    }
}

💰
https://secureshift.io/api/v2/create-exchange