---
title: "Get Ramp Quotes"
method: GET
path: "/ramp/quote"
tags: ["Rates"]
---

# Get Ramp Quotes

`GET /ramp/quote`

This endpoint provides a quote for buying a specified amount of cryptocurrency using fiat currency. The user needs to specify the fiat currency, the cryptocurrency token address, and other relevant parameters to get a quote.

## Query parameters

- `sell_currency` 'EUR', required
- `buy_token` string, required
- `buy_currency` string, required
- `payment_method` 'Card', required
- `chain_id` integer, required
- `sell_amount` number
- `buy_amount` number

## Response `200`

A successful response containing the quote details.

- object
  - `data` object
    - `buy_currency` string — The symbol of the cryptocurrency being bought.
    - `buy_amount` string — The amount of cryptocurrency that will be received.
    - `sell_currency` string — The fiat currency used for the purchase.
    - `sell_amount` string — The amount of fiat currency used in the transaction.
    - `payment_method` string — The payment method used in the transaction.
    - `quote_time` string, date-time — The time when the quote was generated.
    - `expiry` string, date-time — The expiration time of the quote.
    - `rate` string — The exchange rate applied in the quote.
    - `fees` object
      - `fee_ccy` string — The currency in which the fees are charged.
      - `network_fee` string — The fee charged by the network.
      - `boomfi_fee` string — The fee charged by BoomFi.
      - `total_fee` string — The total fees charged.
    - `quote_amount` string — The total amount quoted for the transaction.
    - `settlement_ccy` string — The currency in which the settlement will occur.
    - `settlement_chain_id` integer — The chain ID of the blockchain where the settlement will occur.
    - `settlement_token_address` string — The token address of the cryptocurrency being bought.
    - `session` string — The session identifier for the transaction.

## Other responses

- `400` — Invalid request. One or more parameters might be missing or incorrect.
- `500` — Internal server error. Something went wrong on the server side.

---

[API](https://skmtc.net/boomfi/apis/boomfi-merchants-api.md) · [All operations](https://skmtc.net/boomfi/apis/boomfi-merchants-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boomfi/boomfi-merchants-api/revisions/ace3c3df05fe/schema)
