---
title: "Make a Trade"
method: POST
path: "/api/trade/v2.0/acceptquote"
---

# Make a Trade

`POST /api/trade/v2.0/acceptquote`

## Path parameters

- `version` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `taxId` string — Unique tax identification. Is different for each country
  - `taxIdCountry` string — Target user's country
  - `name` string — Target user's name
  - `quoteId` string, required — Quote unique identifier
  - `baseAccountId` string — Account identification corresponding with the base currency used in the request Quote endpoint.
  - `quoteAccountId` string — Account identification corresponding with the quote currency used in the request Quote endpoint.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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