This page introduces the Fintoc API, its base URL, SDK installation commands, and request format. For help, contact dudas@fintoc.com or use the Intercom bubble in the bottom-right corner.
Base URL
https://api.fintoc.com
Node
npm install fintoc
Python
pip install fintoc
The Fintoc API follows REST conventions and returns only JSON responses. HTTP status codes indicate whether each request succeeds or fails. Requests with a body must include the Content-Type header set to application/json. The request body must contain valid JSON.