Connect MercadoBitcoin to any API
Mercado Bitcoin is a Brazilian cryptocurrency exchange whose public data endpoints report trading activity in Brazilian reais. A caller can fetch the current ticker for a coin (last price, high, low, volume, best bid and ask), read the order book of open buy and sell offers, list recent executed trades for a coin, and retrieve daily summary figures for a given date. No credentials required.
What your agent can do with MercadoBitcoin
Triggers and actions 5 actions
- ActionGet order book
Get the current bid/ask order book for a market symbol. Endpoint: GET /{symbol}/orderbook.
- ActionList candles
List OHLC candlestick data for a market symbol over a time range/resolution. Endpoint: GET /candles.
- ActionList symbols
List all tradable market symbols and their trading rules/precision. Endpoint: GET /symbols.
- ActionList tickers
Get current ticker (last price, bid/ask, volume) for one or more trading symbols. Endpoint: GET /tickers.
- ActionList trades
List recent public trades executed on a market symbol. Endpoint: GET /{symbol}/trades.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the MercadoBitcoin API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
BitcambioBitcambio is a Brazilian cryptocurrency exchange. Its public endpoints let callers list all traded assets...
CoinpaprikaCoinpaprika is a cryptocurrency market data service covering coins, exchanges, markets, and related...
CryptAPICryptAPI is a non-custodial cryptocurrency payment processor that generates payment addresses and forwards...
DefiLlamaDefiLlama publishes open data on decentralized finance protocols across many blockchains. A caller can list...