Recent Trades List
Get recent market trades of a specific symbol.
GET
https//:api.staging.dexilon.io/api/v1/trades
Weight: 5
Market trades means trades filled in the order book. Only market trades will be returned, which means the Liquidation Auction trades won't be returned.
Query Parameters
Name
Type
Description
symbol*
String
Symbol name
Request Body
Name
Type
Description
limit
Integer
Number of returned trades.
Default: 20. Max: 1000
Last updated