Skip to main content
GET
List positions

Authorizations

x-api-key
string
header
default:<api-key>
required

API key issued by Centaur.

Query Parameters

traderIds

Filter to specific trader IDs.

assetIds

Filter to specific asset IDs.

directions

Filter to long and/or short positions.

startTime
string<date-time>

Inclusive ISO-8601 lower time bound.

endTime
string<date-time>

Inclusive ISO-8601 upper time bound.

limit
integer

Maximum number of rows to return.

Required range: 1 <= x <= 200
cursor
string

Forward pagination cursor from meta.nextCursor.

Minimum string length: 1
positionIds

Filter to specific position IDs.

Response

Paginated position history

success
enum<boolean>
required
Available options:
true
data
object
required
requestId
string
required
Example:

"c8e2c6e4-80dd-4ffc-9d66-4e31bf64c6b8"

Last modified on August 21, 2026