v1
latestSwagger 2.02026-07-17341737.5 KBtrades
Retrieve all trades corresponding to a baseToken or/and a quoteToken
Return all trades in an array with total match
get/trades
Query parameters
baseTokenstring
Base token address
quoteTokenstring
Quote token address
pageOffsetstring
pageSizestring
number of trade item per page, default 50
sortBystring
Sort for query (suported sort by time)
sortTypestring
asc/dec
fromstring
the beginning timestamp (number of seconds from 1970/01/01) from which order data has to be queried
tostring
the ending timestamp ((number of seconds from 1970/01/01)) until which order data has to be queried
Response
successful operation