OmniBit API
An all-in-one solution combining **blockchain**, **market data**, and **exchange** functionalities in a single, low-latency platform. **🔗 Blockchain API:** Easily interact with multiple blockchain networks. Retrieve transaction details, check balances, monitor network status, and access historical on-chain data—all designed to keep you connected with the decentralized world. **📈 Market Data…
OmniBit API endpoints
| Method | Endpoint | Description |
|---|---|---|
| ArbitrageData | ||
| GET |
/v1/arbitrage/tickerlist /v1/arbitrage/tickerlist |
Retrieves a list of arbitrage ticker information for tokens that meet the specified minimum volume and market cap thresholds. The response follows the standard API response… |
| Blockchain | ||
| GET |
/v1/blockchain/transactionstatus/{network}/{transactionId} /v1/blockchain/transactionstatus/{network}/{transactionId} |
Retrieves the confirmation status of a transaction. |
| GET |
/v1/blockchain/networks /v1/blockchain/networks |
Lists all supported blockchain networks. |
| GET |
/v1/blockchain/transactioninfo/{network}/{transactionId} /v1/blockchain/transactioninfo/{network}/{transactionId} |
Provides detailed transaction information including fees, sender, receiver, and timestamp. |
| GET |
/v1/blockchain/balance/{network}/{address} /v1/blockchain/balance/{network}/{address} |
Retrieves the balance of an address on a given blockchain network. One of symbol, tokenId and contractAddress is required |
| Convert | ||
| GET |
/v1/convert/symbols/{baseSymbol}/{targetSymbol} /v1/convert/symbols/{baseSymbol}/{targetSymbol} |
Converts an amount from one token to another using their ticker symbols. The symbols are mapped to token IDs internally. The response follows the standard API response model. In… |
| GET |
/v1/convert/rate/symbols/{baseSymbol}/{targetSymbol} /v1/convert/rate/symbols/{baseSymbol}/{targetSymbol} |
Retrieves the conversion rate for a specified token pair identified by their ticker symbols. The response follows the standard API response model. In this endpoint, the **data**… |
| GET |
/v1/convert/rate/{baseTokenId}/{targetTokenId} /v1/convert/rate/{baseTokenId}/{targetTokenId} |
Retrieves the conversion rate for a specified token pair. |
| GET |
/v1/convert/{baseTokenId}/{targetTokenId} /v1/convert/{baseTokenId}/{targetTokenId} |
Converts an amount from one token to another based on the current conversion rate. The response follows the standard API response model. In this endpoint, the **data** property… |
| HistoricalData | ||
| GET |
/v1/historical/OLHC/symbols/{baseSymbol}/{targetSymbol} /v1/historical/OLHC/symbols/{baseSymbol}/{targetSymbol} |
Fetch OHLC data by symbols. |
| GET |
/v1/historical/OLHC/{baseTokenId}/{targetTokenId} /v1/historical/OLHC/{baseTokenId}/{targetTokenId} |
Retrieves historical OHLC (Open, High, Low, Close) data for a specified token pair over a given time range. Use **exchange** "ALL" for aggregated data across all exchanges.… |
| MarketData | ||
| GET |
/v1/marketdata/snapshot/symbols/{baseSymbol}/{targetSymbol} /v1/marketdata/snapshot/symbols/{baseSymbol}/{targetSymbol} |
Retrieves a "snapshot" of the current top of book order book data (best bid, best ask, last price, volume) across multiple exchanges **for one trading pair**. |
| GET |
/v1/marketdata/aggregatedticker/symbols/{baseSymbol}/{targetSymbol} /v1/marketdata/aggregatedticker/symbols/{baseSymbol}/{targetSymbol} |
Returns an overview of market data for a given base and target token pair. Note that the **exchange** in the response refers to the exchange defined in the exchange mapping… |
| GET |
/v1/marketdata/tickerlist /v1/marketdata/tickerlist |
Retrieves a list of market ticker data for token pairs specified by token IDs or ticker symbols or exchange. The response follows the standard API response model. In this… |
| GET |
/v1/marketdata/snapshot/{baseTokenId}/{targetTokenId} /v1/marketdata/snapshot/{baseTokenId}/{targetTokenId} |
Provides a snapshot of market data aggregated from all exchanges for a given token pair. This snapshot helps compare key trading metrics across different exchanges. The response… |
| GET |
/v1/marketdata/aggregatedticker/{baseTokenId}/{targetTokenId} /v1/marketdata/aggregatedticker/{baseTokenId}/{targetTokenId} |
Returns an overview of market data for a given base and target token pair. Note that the **exchange** in the response refers to the exchange defined in the exchange mapping… |
| News | ||
| GET |
/v1/news/{tokenId} /v1/news/{tokenId} |
The News endpoints return the latest articles related to specific tokens, identified by either token ID or symbol. Each article includes metadata like headline, source, and… |
| GET |
/v1/news/symbol/{symbol} /v1/news/symbol/{symbol} |
Retrieves the latest news articles for a given token identified by its ticker symbol. The response follows the standard API response model. In this endpoint, the **data**… |
| TokenInformation | ||
| GET |
/v1/tokeninformation/symbols/{symbol} /v1/tokeninformation/symbols/{symbol} |
Retrieves detailed information for a given token identified by its ticker symbol. The symbol is mapped to a token ID internally. The response follows the standard API response… |
| GET |
/v1/tokeninformation/{tokenId} /v1/tokeninformation/{tokenId} |
Retrieves detailed information for a given token. This includes market metrics, descriptive details, and network-specific data. The response follows the standard API response… |
| MetaData | ||
| GET |
/v1/metadata/exchangetokenmap /v1/metadata/exchangetokenmap |
Retrieves a mapping of unique token IDs for tokens across exchanges. Since different exchanges may use different tickers—especially for smaller tokens—this mapping ensures… |
| GET |
/v1/metadata/tokenmap /v1/metadata/tokenmap |
Retrieves a mapping of unique token IDs to globally recognized tokens. Since different exchanges may use different tickers for the same token—particularly for smaller tokens—this… |
| GET |
/v1/metadata/exchangemap /v1/metadata/exchangemap |
Retrieves a mapping of exchange details. This endpoint provides information on various exchanges including their names, decentralization status, and available market data… |
| OrderbookData | ||
| GET |
/v1/orderbook/{baseTokenId}/{targetTokenId} /v1/orderbook/{baseTokenId}/{targetTokenId} |
Retrieves an orderbook snapshot for a given token pair. The endpoint returns current bid and ask orders aggregated from one or more exchanges. Specifying **exchange** as "ALL"… |
| GET |
/v1/orderbook/symbols/{baseSymbol}/{targetSymbol} /v1/orderbook/symbols/{baseSymbol}/{targetSymbol} |
|
| Subscriptions | ||
| GET |
/v1/subscriptions /v1/subscriptions |
OmniBit API provides a subscription-based model to ensure high-quality, low-latency market data. Users must be subscribed to a market pair before accessing orderbook data or… |
| POST |
/v1/subscriptions/tracksymbol /v1/subscriptions/tracksymbol |
Activates symbol tracking for a currency pair that is not included in the default list (note the list is based on market cap and thus will update): BTC-USDT, ETH-USDT, XRP-USDT,… |
| TradeQuote | ||
| POST |
/v1/trade/requestadvancedquote /v1/trade/requestadvancedquote |
Submits an advanced trade quote request for a specified token pair. This endpoint processes the request and returns a detailed trade quote. The response follows the standard API… |
| POST |
/v1/trade/requestquote /v1/trade/requestquote |
AIO Exchange provides two trade quote endpoints **Basic** and **Advanced** each offering different levels of fee calculation and exchange routing logic. **Important**: You must… |
OmniBit API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA Recommended | $70 / month | — |
|
| MEGA | $299 / month | — |
|