/exchange/tradesAsk AIget https://api.{env}.bluefin.io/v1/exchange/tradesRetrieves recent trades executed on a market.Query ParamssymbolstringrequiredThe market symbol to get the trades for.tradeTypestringenumDefaults to OrderType of trade.OrderORDERLIQUIDATIONDELEVERAGEUNSPECIFIEDAllowed:OrderORDERLIQUIDATIONDELEVERAGEUNSPECIFIEDlimitint320 to 1000Defaults to 500Default 500; max 1000.startTimeAtMillisint64The timestamp specifies the earliest point in time for which data should be returned. The value is not included.endTimeAtMillisint64≥ 0The timestamp specifies the latest point in time for which data should be returned. The value is included.pageint32≥ 1The page number to retrieve in a paginated response.Response 200Recent tradesUpdated 7 months ago