MercadoBitcoin

API

Brazilian Cryptocurrency Market Data API

Visit Website

Overview

The MercadoBitcoin API provides real-time and historical market data for cryptocurrencies traded on Brazil’s largest crypto exchange. Key endpoints include ticker (latest price, volume, high/low), order book (bids/asks), and trade history. Responses are in JSON format. Use cases include building price trackers for Brazilian crypto markets, developing automated trading bots, integrating market data into fintech apps, and conducting financial analysis of local crypto trends.

Example Integration (JavaScript)

script.js JS

fetch('https://www.mercadobitcoin.com.br/api-doc/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON Responses
  • Real-time Market Data
  • Brazilian Crypto Market Focus
  • No Auth for Public Endpoints

Frequently Asked Questions

? Is MercadoBitcoin API free to use?

Yes, the public endpoints for market data are free with no authentication required for basic access.

? Does it require an API Key?

Public endpoints (ticker, order book, trade history) do not need an API key. Private trading endpoints may require authentication.

? What is the response format?

All responses from the MercadoBitcoin API are in JSON format, which is easy to parse for most programming languages.

Top Alternatives

CoinGecko API Search Google
Bitso API Search Google
Binance API Search Google

People Also Ask about MercadoBitcoin

MercadoBitcoin vs CoinGecko APIMercadoBitcoin vs Bitso APIMercadoBitcoin vs Binance API MercadoBitcoin 2025 review

Tool Info

Pricing Free
Category Cryptocurrency
Platform Public API

Pros

  • Specialized in Brazilian Crypto Markets
  • Easy-to-use Public Endpoints
  • Reliable Data from Leading Brazilian Exchange

Cons

  • Limited to MercadoBitcoin-listed Cryptocurrencies
  • Rate-limited Free Access
  • No Official SLA for Public Endpoints

More Cryptocurrency Tools