One Trading API
REST APIWebSocket API
REST APIWebSocket API
  1. Public
  • Public
    • Currencies
      GET
    • Instruments
      GET
    • Candlesticks
      GET
    • Fee Groups
      GET
    • Order Book
      GET
    • Market Ticker
      GET
    • Market Ticker For Instrument
      GET
    • Time
      GET
  • Trading
    • Balances
      GET
    • Fees
      GET
    • Get Orders
      GET
    • Create Order
      POST
    • Get Order by Order ID
      GET
    • Get Order by Client ID
      GET
    • Cancel All Orders
      DELETE
    • Cancel Order by Order ID
      DELETE
    • Cancel Order by Client ID
      DELETE
    • Get Trades for Order
      GET
    • Get Trades
      GET
    • Get Trade by Trade ID
      GET
  • Futures
    • Introduction
    • Funding Rate Methodology
    • Current Funding Rate
      GET
    • Funding Rate History
      GET
    • Futures Portfolio Summary
      GET
    • Get Futures Open Positions
      GET
  1. Public

Market Ticker

GET
https://api.onetrading.com/fast/v1/market-ticker
public
The market ticker provides information about the current state of a market and summary statistics on activity within the last 24 hours. Volume, low, high and price change are calculated based on a sliding window of trades starting 24 hours and using minutely granularity. Market ticks are every minute when the 24 hour sliding window is moved forward and additionally on each trade.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onetrading.com/fast/v1/market-ticker'
Response Response Example
[
    {
        "base_volume": "0.00",
        "high": "0.00",
        "highest_bid": "0.00",
        "instrument_code": "BTC_USDT",
        "last_price": "0.00",
        "low": "0.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1731364403588000000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "100000.00",
        "highest_bid": "10000.00",
        "instrument_code": "BTC_EUR",
        "last_price": "100000.00",
        "low": "100000.00",
        "lowest_ask": "100000.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1730900885466242800,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "0.00",
        "highest_bid": "0.00",
        "instrument_code": "ETH_USDT",
        "last_price": "0.00",
        "low": "0.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1731364403588000000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.90",
        "high": "2000.00",
        "highest_bid": "2000.00",
        "instrument_code": "ETH_EUR",
        "last_price": "2000.00",
        "low": "2000.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "1800.00",
        "sequence": 1731326923439826000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "0.00",
        "highest_bid": "0.00",
        "instrument_code": "ETH_BTC",
        "last_price": "0.00",
        "low": "0.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1731364403588000000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "0.00",
        "highest_bid": "0.00",
        "instrument_code": "USDT_EUR",
        "last_price": "0.00",
        "low": "0.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1731364403588000000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "0.00",
        "highest_bid": "0.00",
        "instrument_code": "XRP_EUR",
        "last_price": "0.00",
        "low": "0.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1731364403588000000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "0.00",
        "highest_bid": "0.00",
        "instrument_code": "XRP_USDT",
        "last_price": "0.00",
        "low": "0.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1731364403588000000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "18.000",
        "high": "150.000",
        "highest_bid": "145.000",
        "instrument_code": "SOL_EUR",
        "last_price": "145.000",
        "low": "145.000",
        "lowest_ask": "0.000",
        "price_change_percentage": "-3.333",
        "price_change": "-5.000",
        "quote_volume": "2680.000",
        "sequence": 1731343689919892200,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "0.00",
        "highest_bid": "0.00",
        "instrument_code": "SOL_USDT",
        "last_price": "0.00",
        "low": "0.00",
        "lowest_ask": "0.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1731364403588000000,
        "state": "ACTIVE"
    },
    {
        "base_volume": "0.00",
        "high": "64000.00",
        "highest_bid": "64000.00",
        "instrument_code": "BTC_EUR_P",
        "last_price": "64000.00",
        "low": "64000.00",
        "lowest_ask": "75000.00",
        "price_change_percentage": "0.00",
        "price_change": "0.00",
        "quote_volume": "0.00",
        "sequence": 1730900982376491800,
        "state": "ACTIVE"
    }
]

Request

None

Responses

🟢200OK
application/json
Body
array of:
base_volume
string 
required
high
string 
required
highest_bid
string 
required
instrument_code
string 
required
last_price
string 
required
low
string 
required
lowest_ask
string 
required
price_change_percentage
string 
required
price_change
string 
required
quote_volume
string 
required
sequence
integer 
required
state
string 
required
Previous
Order Book
Next
Market Ticker For Instrument
Built with