[Deprecated] Trade Info API
Dex trade history API
Get All market last trade
GET
https://open-api.dexlab.space/v1/trades
last closing price of the dex exchanges
Get market 24hour trades
GET
https://open-api.dexlab.space/v1/trades/:address/24h
24-hour transaction history inquiry of a specific market Update history: 2021-08-06: Change api path /all -> /24h ( I change the path because it is misleading. Existing /all is also preserved. )
Path Parameters
Name
Type
Description
address
string
Get market 24hour last trade
GET
https://open-api.dexlab.space/v1/trades/:address/last
Query last transaction information of a specific market
Path Parameters
Name
Type
Description
address
string
Last updated