---
title: "Get Sell Quotes"
method: GET
path: "/quotes/{crypto}/{fiat}"
tags: ["Quotes"]
---

# Get Sell Quotes

`GET /quotes/{crypto}/{fiat}`

Generates price quotes from all available providers based on the provided input parameters.

🛠️ Please Use [https://api-stg.onramper.com/](https://api-stg.onramper.com/) For Test Environments

## Path parameters

- `crypto` string, required
- `fiat` string, required

## Query parameters

- `amount` number
- `paymentMethod` string
- `type` string
- `walletAddress` string
- `country` string
- `txInitiation` boolean

## Headers

- `Authorization` string

## Response `200`

OK

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/onramper/apis/onramper-api-collection-v2.md) · [All operations](https://skmtc.net/onramper/apis/onramper-api-collection-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onramper/onramper-api-collection-v2/revisions/35288fbe92fb/schema)
