Skip to main content
GET
Python (ticksupply library)

Authorizations

X-Api-Key
string
header
required

Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys

Query Parameters

limit
integer
default:50

Maximum number of items to return (1-100)

Required range: 1 <= x <= 100
page_token
string

Cursor for pagination. Use next_page_token from previous response.

Response

Paginated list of subscriptions

items
object[]
required
total
integer<int64>
required

Total number of subscriptions

limit
integer
required

Items per page

next_page_token
string | null

Token for next page (null if no more pages)

Last modified on February 6, 2026