GET
/v1/meta/marketsList markets
Returns the pan-African market registry with currencies and launch status.
Authentication
None — no authentication required.
Response fields
| Field | Type | Description |
|---|---|---|
markets | array | Market objects with ISO2, currencies, and status |
Code examples
bash
# Examples for "meta-markets" not configured.Response example
json
{ "success": true, "data": { "markets": [{ "iso2": "ZW", "name": "Zimbabwe", "currencies": ["USD", "ZWG"] }] } }