v1

latestOpenAPI 3.0.0Proprietary2026-07-2233792.6 KB
Rates and Prices

Rate Calculator

Calculate crypto amount and get NGN/GHS rate. This endpoint returns Breet's actual conversion rate for NGN or GHS. Use this endpoint to determine the exact amount you'll receive when converting crypto to NGN or GHS.

post/trades/pbc/sell/rate-calculator/{assetId}

Path parameters

assetIdstring required

Returned by the fetch assets endpoint.

Request body

amountInUSDnumber
currencystring

Target fiat currency. Supported values: ngn, ghs.

Example request

{
  "amountInUSD": 1,
  "currency": "ngn"
}

Response

Rate calculation returned successfully