Datanomik API and developer resources
Datanomik exposes through its API everything the treasury platform collects from banks: accounts, balances, statements, transactions, investments, fees and payments, in Brazil and Uruguay. This page gathers the official entry points to integrate over REST, to automate workflows, and to connect AI agents to the Datanomik MCP server.
Start here
Integration guides, quick start and platform concepts. Append .md to any documentation URL to get the markdown version.
Every endpoint with parameters, sample responses and ready to use code export.
The complete Open Banking API contract in a single JSON file: 37 paths and 42 operations, ready for client generation and for agents to read on their own.
Connect Claude, ChatGPT or any Model Context Protocol client straight to your treasury data, without writing an integration.
Authentication and environments
- Open Banking API: base
https://api.datanomik.com, HTTP Basic authentication with the API keys generated in your Datanomik account. - Remuneration API: base
https://treasury-api.datanomik.com, same authentication. - MCP server:
https://mcp.datanomik.com/mcpover Streamable HTTP. Accepts theX-Api-Keyheader or OAuth 2.1 with PKCE and dynamic client registration. - Pagination:
page(starts at 0) andsizeparameters on every list endpoint. - Sandbox: a dedicated environment with unlimited sample data, no real bank credentials required.
- Credentials and support: keys are issued by Datanomik. Write to support@datanomik.com.
What the API covers
- Institutions, countries and institution types available for connection.
- Open Finance links: creation, update, status and on demand sync.
- Accounts, owners, general owners and users, with account verification.
- Balances, balance history and consolidated position by account and currency.
- Transactions, categories and category summaries, plus manual transactions.
- Investments, history, movements and application detail (CDB, funds, deposits and COE).
- Payments, PIX transactions, payment slips and PDF receipt downloads.
- Cash flow records for projected, expected and actual scenarios.
Machine readable files
- datanomik.com/llms.txt: curated index of the whole site for agents.
- datanomik.com/openapi.json: OpenAPI 3.1 for the Open Banking API.
- datanomik.com/openapi-remuneration.json: OpenAPI 3.1 for the Remuneration API.
- docs.datanomik.com/llms.txt: markdown index of the whole technical documentation.
- datanomik.com/sitemap.xml: every site URL in Portuguese, English and Spanish.