# Create Exchange

API Type: POST\
Required Parameter: \
&#x20;                      In the header: \
&#x20;                                   `x-api-key`: enter your API key for authentication.\
&#x20;                      In body:\
&#x20;                                  `currency_from`: It is the coin symbol \
&#x20;                                  `currency_to`: It is the coin symbol\
&#x20;                                  `amount_from`: Here you pass the amount that you want to  exchange\
&#x20;                                  `address_to`: Here you enter the address at which you want to get the amount\
&#x20;                                  `refund_address`(string)\
&#x20;                                  `fixed`: true/false  (**true** for *fixed rate* / **false** for *float rate*)

&#x20;                                   `extra_id_to` (string)

&#x20;                                  `user_refund_extra_id` (string)

&#x20; API Link:  <https://secureshift.io/api/v2/create-exchange>\
\
&#x20; API Response

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

```
