O

OpenFinTech.io

by OpenFinTech.io Free tier

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

mapsopenfintech

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.openfintech.io/v1//banks' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official OpenFinTech.io documentation.