CLOB Users
Get User Open Order IDs
Get list of open and partially filled order IDs
Path Parameters
addressstring
User wallet address
Query Parameters
market?string
Filter by market/pool ID
limit?integer
Number of results
Default
100cursor?string
Cursor for pagination
Response Body
curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/clob/users/string/open-order-ids?market=string&limit=100&cursor=string"{
"orderIds": [
"string"
]
}