Get Recent Trades
Get Cakes
GET
https://data.attlas.io/api/v1/exchange/recent_trade
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
symbol
string
{
"status": "success",
"data": [
{
"S": "SELL",
"s": "BTCUSDT",
"p": "33639.25000000",
"q": "0.00054300",
"Q": 18,
"t": 1627118407337
},
{
"S": "BUY",
"s": "BTCUSDT",
"p": "33639.25000000",
"q": "0.00372800",
"Q": 125,
"t": 1627118406581
}
]
}
Last updated
Was this helpful?