v57

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-07-2161198428.4 KB
Watchlist

Get Watchlists

List watchlists for the authenticated user

get/v1/watchlists

Query parameters

page_sizeinteger

The number of items to return per page. Only used when page_token is not provided.

page_tokenstring byte

Base64URL-encoded pagination token

Token for retrieving the next or previous page of results. Contains encoded pagination state; when provided, page_size is ignored.

Response

List of watchlists

Example response

{
  "error": {
    "code": 400,
    "message": "Order quantity must be greater than zero"
  }
}