cURL
curl --request GET \ --url https://api.arbiterapi.com/v1/markets/{market_id}/price \ --header 'X-API-Key: <api-key>'
{ "market_id": "<string>", "price": 123, "at_time": 123, "timestamp_ms": 123, "platform": "<string>", "source": "<string>" }
Get the current price of a market, or the historical price at a specific point in time using the at_time parameter (Unix seconds).
at_time
Unix seconds for historical price lookup
Successful Response