---
title: "Create Exchange"
method: POST
path: "/exchanges"
---

# Create Exchange

`POST /exchanges`

## Request body

- object
  - `token` string, required — Token from Create Quotation

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `source` object
      - `currency` string
      - `amount` integer
      - `balance` object
        - `before` string
        - `after` string
    - `destination` object
      - `currency` string
      - `amount` number
      - `balance` object
        - `before` string
        - `after` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
