v1

latestOpenAPI 3.0.32026-07-26214048.5 KB
Provider

Get provider stats

get/provider/stats

Query parameters

currencystring required

Fiat currency code (e.g. NGN, KES).

direction'onramp' | 'offramp'

Filter to onramp (fiat → crypto) or offramp (crypto → fiat). Omit to include both directions.

On stats endpoints, invalid values return 400 Bad Request. On list endpoints, values other than onramp or offramp are ignored (no direction filter).

HMAC (GET): the signed payload includes all query parameters—include direction when you send it (alongside timestamp, currency, etc.).

Response

Provider stats

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Operation successful"
}