List countries
Supported Countries
List countries
List countries where GlobalStack operates. Each row includes supported ISO currency codes and the payment networks available in that country.
Use this as a starting point for coverage. For per-currency limits and capability flags, use GET /v1/currencies. For banks and mobile money operators you can pass as provider_id on fiat beneficiaries, use GET /v1/countries/{country_code}/providers.
This is reference data — fetch once and cache client-side.
All filters are optional.
Filter behavior
currency— restricts to countries that support the given currency code. Matched case-insensitively and must satisfy^[A-Z0-9]{2,10}$.network— restricts to countries that support the given settlement network (e.g.bank).
Example
GET /v1/countries?currency=NGN&network=bank
GET
List countries
Authorizations
API key issued during merchant onboarding.
Response
Supported countries fetched successfully