Introduction OpenFinTech.io is an open database that comprises of standardized primary data for FinTech industry.<br> It contains such information as geolocation data (countries, cities, regions), organizations, currencies (national, digital, virtual, crypto), banks, digi
https://api.openfintech.io/v1/
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.openfintech.io/v1/
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
37%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /banks |
List of banks |
| GET | /banks/{id} |
Bank by ID |
| GET | /countries |
List of countries |
| GET | /countries/{id} |
Country by ID |
| GET | /currencies |
List of currencies |
| GET | /currencies/{id} |
Currency by ID |
| GET | /deposit-methods |
List of deposit methods |
| GET | /deposit-methods/{id} |
Deposit method by ID |
curl -X GET 'https://api.openfintech.io/v1//banks' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official OpenFinTech.io documentation.