Skip to main content
GET
Get activities

Query Parameters

limit
integer<int32>

Maximum number of activities to return

cursor
string

Pagination cursor from previous response

marketSlug
string

Market slug to filter upon

types
enum<string>[]

Types of activities to filter upon

Available options:
ACTIVITY_TYPE_TRADE,
ACTIVITY_TYPE_POSITION_RESOLUTION,
ACTIVITY_TYPE_ACCOUNT_DEPOSIT,
ACTIVITY_TYPE_ACCOUNT_ADVANCED_DEPOSIT,
ACTIVITY_TYPE_ACCOUNT_WITHDRAWAL,
ACTIVITY_TYPE_REFERRAL_BONUS,
ACTIVITY_TYPE_TRANSFER
sortOrder
enum<string>

Sort order for the activities

Available options:
SORT_ORDER_DESCENDING,
SORT_ORDER_ASCENDING

Response

List of activities

activities
object[]

List of activities

nextCursor
string

Pagination cursor for next page

eof
boolean

True if this is the last page