cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/market/recent-trade
{ "list": [ { "S": "Sell", "T": "1672531200000", "i": "<string>", "p": "<string>", "s": "BTCUSDC", "seq": 1, "v": "<string>" } ] }
Query for recent public trades, optionally filtered by symbol.
"BTCUSDC"
x >= 0
Recent trades
Response for recent public trades.
Show child attributes