Get market positions
QUERY PARAMS
address
string
required
Market Id
page
number
Page number for pagination
page_size
number
Number items per page
Enum: 10, 20, 30, 40
sort_by
string
The parameter allows you to specify the field by which the returned list of programs will be sorted
Enum: position_value, created_time
sort_order
string
The parameter allows you to specify the sort order
Enum: asc, desc
in_range
Filter positions that are in range or out of range. In range means the current price is between the price range of position, otherwise is out of range
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error
Javascript
Python
Shell
Go
C#
Authorization
Response
Click Try It! to start a request and see the response here!