Quote API
The Quote API allows you to get real-time conversion rates before creating a payment. This is useful for displaying the expected crypto amount to your users.Get Quote
Returns the current conversion rate and calculated crypto amount for a given fiat amount, token, and network.Authentication: Requires a Public Key (
cp_pk_test_ or cp_pk_live_)Request Body
Example Request
Response
Response Fields
How Rates Work
Local Currency Collection
WhencollectInUSD is false (default), the amount is treated as your local currency (NGN, GHS, KES, or ZAR based on your account country).
cryptoAmount = amount / rate
USD Collection
WhencollectInUSD is true, the amount is treated as USD regardless of your account’s country:

