Skip to main content
GET
List transactions for an account on a connection

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

id
string
required

Query Parameters

account_id
string<uuid>
required

Account id (in this API) to scope transactions to. Must belong to the connection. This is the Range account UUID, not the wallet address.

Example:

"27347428-643d-4bff-837f-ab209e0df987"

wallet_address
string

Realms wallet address to fetch history for. Must be a NativeTreasury PDA or Governance PDA belonging to this connection. Required when the Realm has more than one treasury.

Example:

"B56RWQGf9RFw7t8gxPzrRvk5VRmB5DoF94aLoJ25YtvG"

cursor
string

Opaque cursor returned in meta.next_cursor of a previous response.

Example:

"eyJwYWdlVG9rZW4iOiJYWVoifQ=="

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

100

Response

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