Returns the most recent executed trade price for each requested token.
token_id you include in the request array.
token_id — string identifier for the outcome you want to price.token_id — identifier echoed back from the request.price — string-formatted decimal value for the latest execution.side — BUY if the last trade lifted an ask, or SELL if it hit a bid.GET /trades when you need the full trade history.1Unique identifier for the token whose last trade price should be returned.
Last trade price for each requested token.