Skip to main content
GET
List treasury accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:25

Number of items to return.

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

Cursor for pagination.

Response

A list of treasury accounts.

data
object[]
next_cursor
string | null
has_more
boolean
Last modified on July 8, 2026