---
title: "Request a Quote"
method: POST
path: "/api/quote/v{currentVersion}/requestquote"
---

# Request a Quote

`POST /api/quote/v{currentVersion}/requestquote`

## Path parameters

- `currentVersion` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `fromCurrency` 'BRL' | 'BRZ' | 'BTC' | 'ETH' | 'USDC' | 'USDT' | 'XRP' | 'ARS' | 'SOL' | 'USD' | 'XLM' | 'ARZ' | 'EUZ' | 'MXZ' | 'COZ' | 'CLZ' | 'PGZ' | 'UYZ' | 'PEZ' | 'EUR' | 'CHF' | 'GBP' | 'LINK' | 'DOT' | 'AAVE' | 'UNI' | 'AVAX' | 'FTM' | 'LUNA' | 'POL' | 'ATOM' | 'BNB' | 'ZAR' | 'BUSD' | 'RNDZ' | 'MXN' | 'COP' | 'OP' | 'ARB' | 'PEPE' | 'SHIB' | 'DOGE' | 'SUI' | 'GALA' | 'SNX' | 'GMX' | 'INJ' | 'LDO' | 'APE' | 'ADA' | 'NEAR' | 'DYN' | 'XTZ' | 'MANA' | 'RDNT' | 'CAKE' | 'DYDX' | 'GLMR' | 'RBTC' | 'CRV' | 'BAL' | 'MKR' | 'TRX' | 'CRO' | 'APTOS' | 'RDOC' | 'ZENIQ' | 'RIF' | 'STBRZ' | 'EURC' | 'MNT' | 'NGN' | 'XAF' | 'XOF' | 'EGP' | 'KES' | 'BWP' | 'GHS' | 'ZMW' | 'GNF' | 'UGX' | 'TON' | 'CLP' | 'CHZ' | 'GNO' | 'DAI' | 'XDAI', required — The currency that will be operated, provided by its acronym. In other words, It's the base of the pair, in a trade USDT/BRL, for example the base would be USDT
  - `toCurrency` 'BRL' | 'BRZ' | 'BTC' | 'ETH' | 'USDC' | 'USDT' | 'XRP' | 'ARS' | 'SOL' | 'USD' | 'XLM' | 'ARZ' | 'EUZ' | 'MXZ' | 'COZ' | 'CLZ' | 'PGZ' | 'UYZ' | 'PEZ' | 'EUR' | 'CHF' | 'GBP' | 'LINK' | 'DOT' | 'AAVE' | 'UNI' | 'AVAX' | 'FTM' | 'LUNA' | 'POL' | 'ATOM' | 'BNB' | 'ZAR' | 'BUSD' | 'RNDZ' | 'MXN' | 'COP' | 'OP' | 'ARB' | 'PEPE' | 'SHIB' | 'DOGE' | 'SUI' | 'GALA' | 'SNX' | 'GMX' | 'INJ' | 'LDO' | 'APE' | 'ADA' | 'NEAR' | 'DYN' | 'XTZ' | 'MANA' | 'RDNT' | 'CAKE' | 'DYDX' | 'GLMR' | 'RBTC' | 'CRV' | 'BAL' | 'MKR' | 'TRX' | 'CRO' | 'APTOS' | 'RDOC' | 'ZENIQ' | 'RIF' | 'STBRZ' | 'EURC' | 'MNT' | 'NGN' | 'XAF' | 'XOF' | 'EGP' | 'KES' | 'BWP' | 'GHS' | 'ZMW' | 'GNF' | 'UGX' | 'TON' | 'CLP' | 'CHZ' | 'GNO' | 'DAI' | 'XDAI', required — The currency to compare with the fromCurrency, provide by its acronym. In other words, It's the quote of the pair, in a trade USDT/BRL, for example the quote would be BRL
  - `fromSize` number, double, required — The comparative value used to measure the target quoteCurrency. If this property is filled, the quoteCurrencySize must be set to zero, according with If you are selling or buying, more information above.
  - `toSize` number, double, required — The comparative value used to measure the target baseCurrency. If this property is filled, the baseCurrencySize must be set to zero, according with If you are selling or buying, more information above.
  - `taxId` string — Requestor's unique tax identification.
  - `taxIdCountry` 'ALB' | 'AND' | 'ARE' | 'ARG' | 'ARM' | 'AUS' | 'AUT' | 'AZE' | 'BEL' | 'BGR' | 'BHR' | 'BIH' | 'BLR' | 'BOL' | 'BRA' | 'CAN' | 'CHE' | 'CHL' | 'CHN' | 'COL' | 'CRI' | 'CUB' | 'CYP' | 'CZE' | 'DEU' | 'DNK' | 'DOM' | 'ECU' | 'ESP' | 'EST' | 'FIN' | 'FLK' | 'FRA' | 'FRO' | 'GBR' | 'GEO' | 'GRC' | 'GTM' | 'GUF' | 'GUY' | 'HKG' | 'HRV' | 'HUN' | 'IDN' | 'IND' | 'IRL' | 'ISL' | 'ISR' | 'ITA' | 'JPN' | 'KAZ' | 'KOR' | 'LTU' | 'LUX' | 'LVA' | 'MCO' | 'MDA' | 'MEX' | 'MKD' | 'MLT' | 'MNE' | 'MUS' | 'MYS' | 'NGA' | 'NLD' | 'NOR' | 'NZL' | 'PAK' | 'PER' | 'PHL' | 'POL' | 'PRT' | 'PRY' | 'ROU' | 'RUS' | 'SLV' | 'SMR' | 'SRB' | 'SUR' | 'SVK' | 'SVN' | 'SWE' | 'THA' | 'TUR' | 'TWN' | 'UKR' | 'URY' | 'USA' | 'UZB' | 'VEN' | 'ZAF' — Requestor's country.
  - `name` string — Description name for the target user in the operation

## Response `200`

200

- object
  - `quoteId` string
  - `price` integer
  - `size` integer
  - `expireAt` string

## Other responses

- `400` — 400
- `500` — 500

---

[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)
