---
title: "Create a Quote"
method: POST
path: "/quotes"
tags: ["QUOTES"]
---

# Create a Quote

`POST /quotes`

Creates a new financial quote for the provided currencies and amount.

## Headers

- `api-key` string
- `api-secret` string

## Request body

- QuotesDto
  - `fromCurrency` 'USDC' | 'USDT' | 'USD' | 'HK_USD' | 'BRL' | 'MXN' | 'ARS' | 'COP' | 'DOP' | 'GTQ' | 'HKD', required — Description of the fromCurrency property
  - `toCurrency` 'USDC' | 'USDT' | 'USD' | 'HK_USD' | 'BRL' | 'MXN' | 'ARS' | 'COP' | 'DOP' | 'GTQ' | 'HKD', required — Description of the toCurrency property
  - `fromAmount` string, required
  - `toAmount` string, required
  - `chain` 'USDC' | 'USDT' | 'USD' | 'HK_USD' | 'BRL' | 'MXN' | 'ARS' | 'COP' | 'DOP' | 'GTQ' | 'HKD', required — description of the chain property
  - `paymentMethodType` 'USDC' | 'USDT' | 'USD' | 'HK_USD' | 'BRL' | 'MXN' | 'ARS' | 'COP' | 'DOP' | 'GTQ' | 'HKD', required — description of the paymentMethodType property
  - `metadata` object, required
  - `typeQuote` 'ONRAMP' | 'OFFRAMP' | 'TRANSFER' | 'PAYMENT', required — type of quote

## Response `201`

---

[API](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation.md) · [All operations](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alfredpay/alfred-penny-api-client-documentation/revisions/6fdfb13fd2b1/schema)
