uusdc,
which stands for µUSDC (micro-USDC), and denote the smallest possible multiple of a contract (0.01 contract)
as one ccontract (centicontract).User-facing USDC balances are specified as fixed-point strings (e.g. "1.2625" for USDC). Contract quantities
in the API and SDK are specified as integer ccontracts strings (e.g. "1050" for 10.50 contracts at precision 2).status parameter accepts:
pending - Orders waiting to be filledfilled - Fully executed orderscancelled - Cancelled ordersclosed - Convenience filter for both filled and cancelled orders (useful for order history)limit (default: 50, max: 200)pagination.hasMore to see if more results existpagination.nextCursor in subsequent requests to fetch the next pageEthereum address of the user
"0x1234567890123456789012345678901234567890"
Filter by status. "closed" matches filled OR cancelled.
pending, filled, cancelled, closed Filter by market ticker
Filter by order action
buy, sell Filter by contract side
yes, no Orders created after this timestamp (ms)
Orders created before this timestamp (ms)
Field to sort by (default: createdAt)
createdAt, updatedAt Sort direction (default: desc)
asc, desc Max orders per page (default: 50, max: 200)
1 <= x <= 200Pagination cursor from previous response