GET /v1/pairs
Returns the full list of crypto-to-fiat pairs with exchange coverage and availability metadata.
Authentication
Requires an API key. See Authentication.
Parameters
None.
Example
curl "https://api.moxiemetrx.com/v1/pairs" \
-H "X-API-Key: your_key"
{
"pairs": [
{
"pair": "BTCNGN",
"base": "BTC",
"quote": "NGN",
"exchanges": ["luno", "quidax"],
"availability": {
"live": true,
"historical_from": "2020-01-01",
"last_update": "2026-04-03T01:40:00+00:00"
}
},
{
"pair": "ETHNGN",
"base": "ETH",
"quote": "NGN",
"exchanges": ["quidax"],
"availability": {
"live": true,
"historical_from": "2020-01-01",
"last_update": "2026-04-03T01:40:00+00:00"
}
}
]
}
Response fields
| Field | Type | Description |
|---|---|---|
pairs[].pair | string | Pair identifier in BASEQUOTE format. |
pairs[].base | string | Base asset ticker. |
pairs[].quote | string | Quote currency ticker. |
pairs[].exchanges | array | Exchanges contributing data for this pair. |
pairs[].availability.live | boolean | Whether live data is currently flowing. |
pairs[].availability.historical_from | string | Earliest date with historical data. |
pairs[].availability.last_update | string | ISO 8601 timestamp of the most recent data point. |
Coverage summary
| Currency | Country | Pairs | Exchanges | Historical depth |
|---|---|---|---|---|
| NGN | Nigeria | 6 | Luno, Quidax, Busha, Ovex, Binance | 5+ years |
| ZAR | South Africa | 5 | Luno, VALR, AltCoinTrader, Ovex | 5+ years |
| KES | Kenya | 5 | Luno, Busha, Binance | 2020+ |
| GHS | Ghana | 2 | Ovex, Binance | 2020+ |
| UGX | Uganda | 2 | Binance, Ovex | 2020+ |