GET/v1/meta/markets

List markets

Returns the pan-African market registry with currencies and launch status.

Authentication

None — no authentication required.

Response fields

FieldTypeDescription
marketsarrayMarket 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"] }] } }