Public Api Documentation
This page is to share endpoints that are publicly accssible for others to use for their own projects. Please reach out if you would like a API Key to explore other data we make available in our SDK.
Base URL
Available Endpoints
Get Ticker
Retrieve details of all available tokens on the DEX.
Sample Response
ticker_id: Identifier of a ticker with delimiter to separate base/target
base_volume: the total trading volume measured in the base currency of the pair over the last 24 hours.
Ex: if your trading pair is BTC/USDT, the base volume would be the sum of all BTC amounts traded in that period.
base_currency: Contract Address of the base asset
target_volume: the total trading volume measured in the target currency of the pair over the last 24 hours.
Ex: if your trading pair is BTC/USDT, the base volume would be the sum of all USDT amounts traded.
target_currency: Contract Address of the target asset
liquidity_in_usd: Pool liquidity in USD
high: the highest price at which any trade (or transaction) occurred over the past 24 hours.
low: the lowest price at which any trade (or transaction) occurred over the past 24 hours.
last_price: Last transacted price of base currency based on given target currency
last_price = targetTokenAmountTransacted / baseTokenAmountTransacted
ask: most recent quote price directly going through the ticker
bid: most recent quote price directly going through the ticker
SDK API Requests
If you would like to work with BitFlow trough our SDK or get access to our private APIs please reach out to the team. We always have oppotunities to share, collaborate, and build together!
Last updated