# OpenFinTech.io **Provider:** OpenFinTech.io **Category:** maps **Base URL:** `https://api.openfintech.io/v1/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.openfintech.io/v1/ ## Description Introduction OpenFinTech.io is an open database that comprises of standardized primary data for FinTech industry.
It contains such information as geolocation data (countries, cities, regions), organizations, currencies (national, digital, virtual, crypto), banks, digi ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.openfintech.io/v1//banks` | List of banks | | GET | `https://api.openfintech.io/v1//banks/{id}` | Bank by ID | | GET | `https://api.openfintech.io/v1//countries` | List of countries | | GET | `https://api.openfintech.io/v1//countries/{id}` | Country by ID | | GET | `https://api.openfintech.io/v1//currencies` | List of currencies | | GET | `https://api.openfintech.io/v1//currencies/{id}` | Currency by ID | | GET | `https://api.openfintech.io/v1//deposit-methods` | List of deposit methods | | GET | `https://api.openfintech.io/v1//deposit-methods/{id}` | Deposit method by ID | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.openfintech.io/v1//banks' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/openfintech-io/) — CC BY 4.0*