curl --location --request GET 'https://api.onetrading.com/fast/v1/market-ticker/BTC_EUR'
{
"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"
}