Skip to main content
GET
List positions

Authorizations

Authorization
string
header
required

API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
since
integer

Unix ms timestamp lower bound for position openedAt.

until
integer

Unix ms timestamp upper bound for position openedAt.

status
enum<string>
default:open

Filter positions by status.

Available options:
open,
closed,
all
fresh
boolean

Set to true to bypass cached positions fetch.

Response

Open positions snapshot (not cursor-paginated).

data
object
meta
object