v1
latestSwagger 2.02026-07-17341737.5 KBorders
Retrieve the sorted list of orders for an Ethereum address
Return all orders in an array
get/orders
Query parameters
addressstring
User address
pageOffsetstring
Page offset
pageSizestring
Number of items per a page
sortBystring
Sort for query (time, orderStatus, orderType, orderSide)
sortTypestring
asc/dec
orderStatusstring
OPEN/CANCELLED/FILLED/PARTIAL_FILLED
orderSidestring
SELL/BUY
orderTypestring
LO/MO
baseTokenstring
Base token address
quoteTokenstring
Quote token address
hashstring
hash of order
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