Skip to main content
GET
List trader notifications

Authorizations

Authorization
string
header
required

Bearer access token issued by /v1/auth/* login endpoints.

Path Parameters

trader_pubkey
string
required

Trader pubkey (base58)

Query Parameters

limit
integer<int64> | null
cursor
string | null
unackedOnly
boolean | null

When true, return only unacked notifications with a fixed cap of 1000 (cursor and limit are ignored).

Response

200 - application/json
items
object[]
required

Notification item: discriminated union by source (event vs admin vs general).

nextCursor
string | null