Market Ticker For Instrument
GET
https://api.onetrading.com/fast/v1/market-ticker/{instrument_code}
public
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onetrading.com/fast/v1/market-ticker/BTC_EUR'
Response Response Example
200 - Success
{
"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"
}
Request
Path Params
instrument_code
string
required
Example:
BTC_EUR