Coinext: Comprar Bitcoin — API integration & OpenFinance data services

Authorized protocol analysis, Pix and BRL statement APIs, Smart Wallet syncs and production-ready source code for Brazilian crypto data workflows.

Source code from $300 · Pay-per-call API available
OpenData · OpenFinance · OpenBanking · Brazilian crypto exchange integration

Connect Coinext accounts, BRL rails and crypto transactions to your stack — under authorized, compliant access

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.

Pix & BRL movement API — Deposit confirmations, withdrawal status, fee breakdowns (R$4.99 Pix withdrawal, 0.25%–0.50% trading fees) and tier limits (R$1,000 Starter up to flexible Super Trader) mapped to a single JSON endpoint.
Transaction & statement export — Paginated BTC/BRL, ETH/BRL, USDT/BRL order history with date filters; JSON, CSV and PDF exports suitable for Receita Federal declarations and accounting sync.
Smart Wallet & Staking sync — Automated portfolio positions, weekly staking payouts and rebalance events streamed to your risk, reporting or tax engines.
BitGo custody reconciliation — Read-only proof-of-balance feeds against the Fireblocks/BitGo-secured cold storage layer for audit, SOC and ISO evidence packages.

Feature modules

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.

1. Authenticated account access

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.

2. Pix deposit & withdrawal telemetry

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.

3. Transaction history & statement API

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.

4. Smart Wallet & automated trading

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.

5. Market data, WebSocket order book

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.

6. Alternative-asset tokens

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.

Data available for integration (OpenData inventory)

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 typeSource screen / featureGranularityTypical use
Account profile & KYC tierLogin & Onboarding, GetUserInfoPer-user: CPF status, tier (Starter / Trader / Super Trader), limitsRisk scoring, customer onboarding automation, AML
BRL balance & crypto holdingsWallet home, integrated BitGo™ walletPer-asset current and available balance in BRL + native unitsPortfolio dashboards, proof-of-reserves evidence
Transaction historyExtrato / Orders screenOrder-level: pair, side, price, fee, executed qty, timestampTax reporting, cost basis, audit trails
Pix deposits & withdrawalsDepositar / Sacar via PixEnd-to-end ID, payer/payee, R$ amount, fee, status timelineTreasury reconciliation, fraud monitoring
On-chain transfersBlockchain send/receivetxid, network, from/to address, confirmations, feeOn-chain analytics, compliance, Travel Rule
Smart Wallet portfolioSmart Wallet / AI tradingNAV series, allocation weights, rebalance eventsWealth advisory, performance attribution
Market data (L2 & trades)Trade screen, TradingView chartsL2 order book snapshots, tick-level tradesQuant strategies, best-execution analytics
Alt-asset token holdingsMusic royalties, precatórios, artToken ID, issuer, payout schedule, historical distributionsConsolidated wealth reports, alt-asset valuation

Typical integration scenarios

A. Accounting & tax reporting sync

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.

B. Corporate treasury reconciliation

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.

C. Portfolio & wealth advisory

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.

D. Compliance & Travel Rule

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.

E. Market analytics & quant backtests

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.

Technical implementation & deliverables

Deliverables checklist

  • OpenAPI 3.1 specification for every endpoint we ship
  • Protocol & authentication report (basic auth, API key HMAC, session lifecycle)
  • Runnable source in Python / Node.js / Go with unit and contract tests
  • Postman collection + cURL examples for QA teams
  • Compliance dossier (KYC fields, data retention, Brazilian LGPD alignment)
  • Deployment notes for AWS / GCP / self-hosted Docker

Snippet 1 — Authenticated statement query

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"
}

Snippet 2 — Pix deposit webhook

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

Snippet 3 — Market data WebSocket

// 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

Compliance & privacy

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.

Data flow / architecture

A reference Coinext integration typically follows a four-node pipeline. Each node is observable and fails safely:

Coinext App / API
Ingestion Gateway (OAuth/HMAC)
Normalization & Storage (Postgres + S3)
OpenFinance-style Output API

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.

Market positioning & user profile

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.

Screenshots

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.

Coinext screenshot 1
Coinext screenshot 2
Coinext screenshot 3
Coinext screenshot 4
Coinext screenshot 5
Coinext screenshot 6
Coinext screenshot 7
Coinext screenshot 8

Similar apps & integration landscape

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.

Mercado Bitcoin
Brazil's largest homegrown exchange (since 2013) with 200+ crypto assets and strong Receita Federal reporting. Users often need unified BRL statement exports across Mercado Bitcoin and Coinext for accounting.
Foxbit
Launched in 2014 with 100+ cryptocurrencies and zero-fee BRL deposits; similar Pix flows make dual-exchange reconciliation a common request.
NovaDAX
Supports 630+ listings with instant BRL deposits; integration scope typically covers cross-venue liquidity and fee benchmarking.
Binance Brazil
Global-scale exchange with Pix on-ramp; organizations normalize Coinext and Binance order books into a single quant / best-execution view.
Bitso
LATAM-wide exchange strong in Mexico and Brazil; frequent joint use case is Travel Rule messaging between VASPs.
Bybit
Derivatives-heavy venue (1,900+ assets, 0.1% spot); typical integration aggregates Coinext spot holdings with Bybit futures P&L.
KuCoin
Broad altcoin coverage with 900+ listings; reporting workflows unify long-tail token balances across KuCoin and Coinext.
Kraken
Security-first exchange with 360+ assets; enterprise clients often consolidate Kraken USD statements with Coinext BRL statements for group reporting.
OKX
Global exchange with Web3 wallet integration; typical project is merging OKX on-chain activity with Coinext fiat movements.
Bitfinex
Professional trading venue; cross-feed use cases mix Bitfinex institutional orders with Coinext BRL settlement.

About our studio

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.

  • Payments, digital banking, crypto and cross-border clearing
  • Enterprise API gateways, HMAC signing, mTLS and security reviews
  • Python / Node.js / Go / TypeScript SDKs with CI-tested release pipelines
  • Full pipeline: protocol analysis → design → build → validation → compliance dossier
  • Source code delivery from $300 — runnable API source code and full documentation; pay after delivery upon satisfaction.
  • Pay-per-call API billing — access our hosted Coinext-compatible endpoints and pay only per call, no upfront fee.

Contact

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.

Open contact page

Preferred engagement: NDA-first; scoped deliverables; milestone-based payments. Pay-per-call available for teams that want to avoid upfront spend.

Engagement workflow

  1. Scope confirmation: list the Coinext data surfaces (login, statements, Pix, Smart Wallet, market data) and target deployment.
  2. Protocol analysis and API design — 2–5 business days (complexity dependent).
  3. Build and internal validation against Coinext sandbox / live account — 3–8 business days.
  4. Documentation, Postman collection and contract tests — 1–2 business days.
  5. Typical first delivery: 5–15 business days. Additional CVM/BCB or customer-side approvals may extend timelines.

FAQ

What do you need from me?

Target app name (Coinext: Comprar Bitcoin, package 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?

Usually 5–12 business days for the first API drop plus documentation; deep L2 market-data stacks or custody audit feeds may take longer.

How do you handle compliance?

Authorized keys or documented public APIs only. Every integration ships with consent records, LGPD-aligned retention, CPF hashing, and an audit trail suitable for CVM / BCB VASP review.

Do you support pay-per-call?

Yes — if you prefer not to maintain your own runtime, we host the integration and bill only for successful calls.
📱 Original app overview — Coinext: Comprar Bitcoin (appendix)

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.

  • Integrated custody wallet — accounts ship with a BitGo™ / Fireblocks-secured wallet, with 98%+ of assets held in multi-signature cold storage. Independent SOC, ISO and CCSS certifications.
  • Bitcoin on Pix in 3 minutes — BRL balance top-ups via a bank account owned by the user; Pix deposits arrive in ~2 minutes and withdrawals in ~3 minutes, available 24/7.
  • 60+ cryptocurrencies — BTC, ETH, USDT, XRP, LTC, DOGE, BNB, ADA, MATIC, plus a continuously growing list of altcoins at real market prices.
  • Smart Wallets — AI-driven automated trading from R$200, with immediate redemption and backtested performance (results reported by Qinv Con).
  • Order types — Market, Limit and Stop-Limit orders for programmed buys and sells; price alerts and TradingView charts on the web console.
  • On-chain transfers — send and receive cryptocurrencies between wallets via blockchain; multi-chain support.
  • BRL conversion & withdrawal — convert Bitcoin to reais and withdraw via Pix to your bank account.
  • Alternative-asset tokens — invest in tokenized music royalties (receive a share of monetization revenue), court-order (precatórios) tokens and works of art.
  • Humanized 24/7 support in Portuguese by email and chat; active Referral Program and Market Alerts.
  • Fees & limits — trading fees 0.25% (maker) to 0.50% (taker); Pix withdrawal R$4.99; account tiers Starter (R$1,000), Trader (R$50,000 monthly) and Super Trader (flexible).

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.