Market Ticker
GET
https://api.onetrading.com/fast/v1/market-ticker
public
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