v1

latestSwagger 2.02026-07-17341737.5 KB
orders

Retrieve the list of filled order for an Ethereum address

Return all orders in an array

get/orders/history

Query parameters

addressstring required

User address

pageOffsetstring

Page offset, default 0

pageSizestring

Number of items per a page, defaul 50

sortBystring

Sort for query (time(default), orderStatus, orderType, orderSide)

sortTypestring

asc/dec, default asc

orderStatusstring

OPEN/CANCELLED/FILLED/PARTIAL_FILLED

orderSidestring

SELL/BUY

orderTypestring

LO/MO

baseTokenstring

Base token address

quoteTokenstring

Quote token address

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

totalinteger