---
title: "Get best offer"
method: GET
path: "/api/offramp/best-offer"
tags: ["off-ramp"]
---

# Get best offer

`GET /api/offramp/best-offer`

Returns the best offer for the provided country, network, asset, amount and payment channel.

## Query parameters

- `amount` number, required
- `currency` 'local' | 'crypto', required
- `countryIsoCode` string, required
- `paymentChannel` 'bank' | 'airtime' | 'mobile_money' | 'paybill', required
- `network` 'AVALANCHE' | 'POLYGON' | 'CELO' | 'ETHEREUM', required
- `asset` 'USDC' | 'USDT' | 'CUSD' | 'CKES' | 'CGHS', required

## Response `200`

Successful response

- OfframpBestOfferResponse
  - `quoteId` string — Unique quote id
  - `offer` object
    - `paymentChannel` 'bank' | 'airtime' | 'mobile_money' | 'paybill'
    - `countryIsoCode` string — Country ISO code, e.g. NG for Nigeria, KE for Kenya
    - `currencyIsoCode` string — Local currency ISO code, e.g. NGN for Nigerian Naira, KES for Kenyan Shilling
    - `exchangeRate` number — Exchange rate for the order
    - `cryptoExchangeRate` number — Exchange rate for the crypto amount
    - `requiredFields` object — Data required to submit the order
  - `cashout` object
    - `localCurrencyAmount` number — Amount in local currency user will receive
    - `usdAmount` number — Amount in USD user must pay
    - `feeAmountUsd` number — Total fee amount in USD
    - `feeAmountUsdFonbnk` number — Fonbnk fee amount in USD
    - `feeAmountUsdPartner` number — Partner fee amount in USD
    - `feeAmountLocalCurrency` number — Total fee amount in local currency
    - `feeAmountLocalCurrencyFonbnk` number — Fonbnk fee amount in local currency
    - `feeAmountLocalCurrencyPartner` number — Partner fee amount in local currency
    - `cryptoAmount` number — Amount in crypto user must pay
    - `feeAmountCrypto` number — Total fee amount in crypto
    - `feeAmountCryptoFonbnk` number — Fonbnk fee amount in crypto
    - `feeAmountCryptoPartner` number — Partner fee amount in crypto

---

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