Authorized protocol analysis, Pix and BRL statement APIs, Smart Wallet syncs and production-ready source code for Brazilian crypto data workflows.
Coinext is a Brazilian-born exchange serving more than 410,000 customers with 60+ cryptocurrencies, instant Pix deposits and BitGo-secured custody. Our team builds authorized API connectors that expose the structured financial data your platform actually needs — BRL statements, on-chain transfer records, Smart Wallet portfolio positions and KYC-backed account metadata — without forcing you to scrape UI or maintain brittle session hacks.
Each module below is scoped to a concrete data surface you can integrate against. We design endpoints, harden authentication, and hand over runnable code so your engineering team focuses on business logic, not protocol archaeology.
Coinext exposes username + password basic authentication and granular API keys with read-only, trading, transfer and IP-restriction scopes. We wrap both flows into a single SDK call (client.login()) and manage token refresh, HMAC signing and session expiration so your service never ships plaintext credentials.
Concrete use: multi-tenant SaaS tools that onboard Brazilian traders can bind a read-only key to each customer and start pulling balances within minutes.
The Coinext Pix rail confirms deposits in ~2 minutes and withdrawals in ~3 minutes using the identifier pix@coinext.com.br, QR codes or registered Pix keys. Our connector surfaces each Pix event (status, end-to-end ID, counterparty, amount, fee) as a webhook suitable for downstream treasury or ERP automation.
Concrete use: corporate accounts reconciling daily BRL inflows against invoice IDs or driver settlements.
Exposes executed orders (Market, Limit, Stop-Limit) across all 60+ pairs with paging, date filters and side (buy/sell). Fields include order_id, pair, price, base_qty, fee_brl, created_at. Output formats: JSON, CSV, XLSX and signed PDF statements for tax filings.
Concrete use: accounting platforms building cost-basis calculations for Brazilian crypto declarations.
Coinext's Smart Wallets execute AI-driven trades starting from R$200, with backtested performance tracked by Qinv Con. Our API exposes current allocation, historical NAV, weekly yield and individual rebalance transactions for dashboard or compliance use.
Concrete use: wealth dashboards combining Smart Wallet positions with off-exchange assets into a single performance view.
Public services such as GetL2Snapshot, ticker and trades streams are mirrored through a normalized WebSocket gateway. We deliver typed message handlers (TypeScript / Python) with automatic reconnect, heartbeat and L2 rebuild logic.
Concrete use: quant shops that need clean Brazilian-pair liquidity feeds next to global venue data.
Coinext lists tokenized music royalties, precatórios (court-ordered payments) and artworks. The integration exposes token metadata, issuer, distribution schedule and user holdings so wealth advisors can aggregate non-crypto exposure in the same reports.
Concrete use: family-office reporting tools unifying digital assets with alt-asset tokens under one ledger.
The table below maps Coinext data surfaces to the screens/features they originate from, the granularity you can expect, and the downstream business purpose. Fields are derived from the official Coinext API (HTTP + WebSocket, api.coinext.com.br:8443/AP), the app's Pix support pages and public fee/limit disclosures.
| Data type | Source screen / feature | Granularity | Typical use |
|---|---|---|---|
| Account profile & KYC tier | Login & Onboarding, GetUserInfo | Per-user: CPF status, tier (Starter / Trader / Super Trader), limits | Risk scoring, customer onboarding automation, AML |
| BRL balance & crypto holdings | Wallet home, integrated BitGo™ wallet | Per-asset current and available balance in BRL + native units | Portfolio dashboards, proof-of-reserves evidence |
| Transaction history | Extrato / Orders screen | Order-level: pair, side, price, fee, executed qty, timestamp | Tax reporting, cost basis, audit trails |
| Pix deposits & withdrawals | Depositar / Sacar via Pix | End-to-end ID, payer/payee, R$ amount, fee, status timeline | Treasury reconciliation, fraud monitoring |
| On-chain transfers | Blockchain send/receive | txid, network, from/to address, confirmations, fee | On-chain analytics, compliance, Travel Rule |
| Smart Wallet portfolio | Smart Wallet / AI trading | NAV series, allocation weights, rebalance events | Wealth advisory, performance attribution |
| Market data (L2 & trades) | Trade screen, TradingView charts | L2 order book snapshots, tick-level trades | Quant strategies, best-execution analytics |
| Alt-asset token holdings | Music royalties, precatórios, art | Token ID, issuer, payout schedule, historical distributions | Consolidated wealth reports, alt-asset valuation |
Business context: a Brazilian accounting SaaS (for example, serving CNPJ holders that declare crypto on IN 1888 / DeCripto) needs monthly statements.
Data / API: Coinext statement API (/v1/statement), Pix webhook, fee records. Fields: pair, side, price_brl, fee_brl, settlement_date.
OpenData mapping: mirrors OpenFinance "transactions and balances" primitives; payload shape aligned with BCB Phase 2 data sharing contracts for non-bank institutions.
Business context: a Brazilian PSP receives client payments in BRL via Pix and hedges into USDT on Coinext.
Data / API: Pix deposit webhook → Smart Wallet / Limit order execution → BRL / USDT balance snapshot. Fields: endToEndId, order_id, executed_qty, cost_brl.
OpenData mapping: cash-flow telemetry feeds directly into OpenBanking treasury dashboards and ERP.
Business context: a wealth advisor aggregates Coinext Smart Wallet and alt-asset token holdings with stocks held at brokerage.
Data / API: GetUserInfo, Smart Wallet NAV endpoint, alt-asset token balance. Fields: strategy_id, nav, weekly_yield, token_id.
OpenData mapping: matches OpenFinance Phase 3 "investment products" sharing — unified view across crypto, tokenized royalties and traditional investments.
Business context: a VASP partner needs originator/beneficiary information on transfers over R$10,000 per CVM / BCB VASP rules.
Data / API: On-chain transfer log, KYC tier, Pix counterparty. Fields: txid, amount_brl, counterparty_vasp, cpf_hash.
OpenData mapping: ties into VASP registry feeds that the Brazilian Central Bank is finalizing in its 2024–2025 VASP authorization framework.
Business context: a research desk backtests BRL arbitrage between Coinext and global venues.
Data / API: GetL2Snapshot, trades WebSocket, historical OHLCV dump. Fields: bid/ask levels, trade_id, price, qty, timestamp.
OpenData mapping: normalized market-data schema compatible with FIX and OpenFinance real-time quote extensions.
POST /api/v1/coinext/statement
Authorization: Bearer <ACCESS_TOKEN>
Content-Type: application/json
{
"account_ref": "user_9f31",
"from_date": "2026-01-01",
"to_date": "2026-01-31",
"assets": ["BTC","ETH","USDT"],
"order_types": ["Market","Limit","Stop"]
}
// 200 OK
{
"page": 1,
"items": [
{"order_id":"c9a8","pair":"BTC/BRL","side":"buy",
"price_brl":345120.11,"qty":0.0134,"fee_brl":5.78,
"executed_at":"2026-01-07T14:02:11Z"}
],
"next_cursor": "c9b0"
}
POST https://your-service.example.com/hooks/coinext-pix
X-Coinext-Signature: t=1738000000,v1=5f2e...
{
"event": "pix.deposit.confirmed",
"end_to_end_id": "E2025100712001234567",
"account_ref": "user_9f31",
"amount_brl": 1500.00,
"fee_brl": 0.00,
"payer": { "name": "***", "cpf_hash": "7f1c..." },
"received_at": "2026-01-07T14:00:58Z"
}
// verify HMAC with shared secret
// then credit internal ledger idempotently by end_to_end_id
// TypeScript — normalized feed
const ws = new CoinextFeed({ apiKey, scope: "md" });
ws.subscribe("BTC/BRL", { depth: 25 });
ws.on("l2snapshot", (msg) => updateBook(msg.bids, msg.asks));
ws.on("trade", (t) => ingest({
pair: t.pair,
price: t.price_brl,
qty: t.qty,
taker: t.taker_side,
ts: t.ts_ms,
}));
ws.on("error", (e) => logger.warn("reconnect", e));
// auto-reconnect with jittered backoff, heartbeat 15s
Coinext operates under Brazilian law, and all integrations we build respect the current VASP (Virtual Asset Service Provider) framework published by the Banco Central do Brasil (BCB) and coordinated with the CVM, together with the LGPD (Lei Geral de Proteção de Dados, Law 13.709/2018) for personal-data handling. Where applicable, OpenFinance integrations follow BCB Joint Resolution 10/24 and Resolution 400/2024 (effective January 2, 2025), which expanded mandatory participation and introduced Pix-by-approximation and single-use consent mechanisms.
Concretely this means: every connector ships with explicit consent logs, purpose-of-use metadata, data-minimization filters (CPF hashing, opt-in for enrichment fields) and configurable retention windows. We reject integrations that would require unauthorized scraping of user-facing screens; all flows use documented API keys or customer-authorized tokens.
A reference Coinext integration typically follows a four-node pipeline. Each node is observable and fails safely:
Events flow from the Coinext HTTP / WebSocket surface into an ingestion gateway that validates signatures and enforces rate limits. Normalized records land in a relational store for warm queries and an object store for statement exports. Downstream consumers reach a single OpenFinance-style API that speaks JSON / CSV / Parquet.
Coinext was founded in 2017 in Belo Horizonte with offices in São Paulo, Rio de Janeiro and Curitiba, and is consistently ranked among the Top 5 Bitcoin brokers in Brazil by CointraderMonitor. Its primary user base is Brazilian retail investors (B2C) looking for Pix-native fiat on-ramps, plus a growing B2B segment of fintechs, family offices and accounting firms that need programmatic access to transactional data. The app is Android- and iOS-first, with a web trading console at trade.coinext.com.br for advanced users. Typical integration buyers are accounting platforms, treasury tooling, wealth advisors, and VASP-registered partners preparing documentation for the ongoing CVM/BCB authorization cycle.
Public screenshots from the Coinext: Comprar Bitcoin Play Store listing. Click a thumbnail to open a larger view; press Esc or click outside the image to close.
Customers who rely on Coinext frequently also operate on other Brazilian and global exchanges. The apps below sit in the same ecosystem — we mention them purely to describe the broader data landscape we integrate against. If you already work with any of them, a unified export layer usually pays off quickly.
We are an independent studio focused on fintech protocol analysis and authorized OpenData / OpenFinance / OpenBanking API integration. Our engineers come from Brazilian banks, payment gateways, crypto exchanges and cloud security teams, and have shipped integrations against Pix, SPI, UPI, PSD2 and Open Banking UK contracts.
Share your target app name (Coinext: Comprar Bitcoin) and the exact data scope you need — statements, Pix reconciliation, Smart Wallet positions, market data, or a custom bundle. We'll scope timeline, price and compliance review within one business day.
Preferred engagement: NDA-first; scoped deliverables; milestone-based payments. Pay-per-call available for teams that want to avoid upfront spend.
What do you need from me?
br.com.coinext), the concrete data scope (e.g. statement + Pix), any existing API keys or sandbox credentials, and regional compliance context.How long does delivery take?
How do you handle compliance?
Do you support pay-per-call?
Coinext is a Brazilian cryptocurrency exchange that simplifies buying, selling and holding Bitcoin and 60+ other digital assets for more than 410,000 customers. Founded in 2017 in Belo Horizonte, the company has offices in São Paulo, Rio de Janeiro and Curitiba, and is ranked in the Top 5 Bitcoin brokers in Brazil by CointraderMonitor.
Coinext is regulated as a Brazilian financial services company and aligns with the current VASP authorization cycle led by the Banco Central do Brasil and the CVM, as well as the LGPD for personal data. *Considering historical results in backtesting carried out by Qinv Con; updated results are available on the Smart Wallet page.