Skip to main content
GET
List accounts

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

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

group_id
string

Filter accounts by membership in a specific group (account_groups.id)

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

type
enum<string>
Available options:
eoa,
multisig,
contract,
custodian,
exchange,
bank
Example:

"bank"

provider
enum<string>

Filter to accounts held under a connection of this provider

Available options:
utila,
kraken,
plaid,
squads,
realms,
safe
Example:

"utila"

chain
string

Network/chain identifier (e.g. ethereum, solana, stellar)

Example:

"ethereum"

connection_id
string
Example:

"utila-123"

Response

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