List transactions for an account on a connection
Returns paginated transactions for a single account belonging to this connection, read from the persisted transaction history. Run POST /transactions/sync first to populate history for a newly connected account. Pagination is opaque token (cursor) based — pass meta.next_cursor back as ?cursor to fetch the next page; null next_cursor means no more results.
Authorizations
Authorization method required to allow user to access the api endpoints.
Path Parameters
Query Parameters
Account id (in this API) to scope transactions to. Must belong to the connection. This is the Range account UUID, not the wallet address.
"27347428-643d-4bff-837f-ab209e0df987"
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.
"B56RWQGf9RFw7t8gxPzrRvk5VRmB5DoF94aLoJ25YtvG"
Opaque cursor returned in meta.next_cursor of a previous response.
"eyJwYWdlVG9rZW4iOiJYWVoifQ=="
1 <= x <= 1000100