OpenFinTech.io
# Introduction [OpenFinTech.io](https://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, digital exchangers, payment providers (PSP), payment methods, etc.<br> It is created for communication o
Admin: update documentationGET
/exchangers
List of exchangers
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[name] ( query ) — Filtering by name.filter[status] ( query ) — Filtration by status.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | status | -status | | wmid | -wmid | | rate_type | -rate_type | | rates_export_standard | -rates_export_standard |GET
/exchangers/{id}
Exchanger by ID
id ( path , required ) — Unique ID.GET
/merchant-industries
List of merchant industries
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[name] ( query ) — Filtering by name.GET
/merchant-industries/{id}
Merchant industry by ID
id ( path , required ) — Unique ID.GET
/deposit-methods
List of deposit methods
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[search] ( query ) — Full text search with id, name, code, category.filter[name] ( query ) — Filtering by name.filter[code] ( query ) — Filtering by code.filter[processor_name] ( query ) — Filtering by processor_name.filter[category] ( query ) — Filtering by category.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | code | -code | | processor_name | -processor_name | | category | -category |GET
/banks
List of banks
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[sort_code] ( query ) — Filtering by banks code.filter[code] ( query ) — Filtering by code.filter[status] ( query ) — Filtration by status.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | code | -code | | status | -status | | sort_code | -sort_code |GET
/banks/{id}
Bank by ID
id ( path , required ) — Unique ID.GET
/countries
List of countries
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[region] ( query ) — Filtration by region.filter[sub_region] ( query ) — Filtration by sub region.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | area | -area | | population | -population | | region | -region | | sub_region | -sub_region |GET
/countries/{id}
Country by ID
id ( path , required ) — Unique ID.GET
/currencies
List of currencies
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[search] ( query ) — Full text search with name, code, type, code_iso_alpha3, code_jsons_alpha, code_estandards_alpha, category.filter[code_iso_alpha3] ( query ) — Filtering by ISO code.filter[code_iso_numeric3] ( query ) — Filtering by ISO number.filter[code_estandards_alpha] ( query ) — Filtering by estandards code.filter[currency_type] ( query ) — Filtration by currency type.filter[category] ( query ) — Filtration by category.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | type | -type | | category | -category | | code | -code | | code_iso_alpha3 | -code_iso_alpha3 | | code_iso_numeric3 | -code_iso_numeric3 | | code_estandards_alpha | -code_estandards_alpha |GET
/currencies/{id}
Currency by ID
id ( path , required ) — Unique ID.GET
/deposit-methods/{id}
Deposit method by ID
id ( path , required ) — Unique ID.GET
/organizations
List of organizations
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[search] ( query ) — Full text search with id, name, code.filter[name] ( query ) — Filtering by name.filter[code] ( query ) — Filtering by code.filter[status] ( query ) — Filtration by status.filter[industries] ( query ) — Filtering by industries.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | code | -code | | status | -status | | description | -description |GET
/organizations/{id}
Organization by ID
id ( path , required ) — Unique ID.GET
/payment-methods
List of payment methods
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[search] ( query ) — Full text search with id, name, code, category.filter[name] ( query ) — Filtering by name.filter[code] ( query ) — Filtering by code.filter[processor_name] ( query ) — Filtering by processor_name.filter[category] ( query ) — Filtering by category.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | code | -code | | processor_name | -processor_name | | category | -category |GET
/payment-methods/{id}
Payment method by ID
id ( path , required ) — Unique ID.GET
/payment-providers
List of payment providers
page[number] ( query , page ) — Current page number.page[size] ( query , limit ) — Page size. *Default value: 100*filter[search] ( query ) — Full text search with id, code, name.filter[name] ( query ) — Filtering by name.filter[code] ( query ) — Filtering by code.filter[types] ( query ) — Filtering by types.filter[sales_channels] ( query ) — Filtering by sales channels.filter[features] ( query ) — Filtering by features.sort ( query ) — Sort params: | ASC | DESC | |-----|------| | name | -name | | code | -code |GET
/payment-providers/{id}
Payment provider by ID
id ( path , required ) — Unique ID.
18 endpoints auto-detected
curl -X GET \
"https://api.openfintech.io/v1/exchangers" api.openfintech.io · HTTPS only