Skip to main content
GET
List account connections

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

kind
enum<string>
default:account

Connection family filter. Defaults to account so import UIs do not see ledger (bookkeeping) connections.

Available options:
account,
ledger
cursor
string

Opaque cursor for the next page of results

Example:

"workspace1-solana-BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG"

size
number
default:50
Required range: 1 <= x <= 1000
Example:

50

Response

200 - application/json
items
object[]
required
meta
object
required
Last modified on July 30, 2026