List transactions for an account on a connection
Returns paginated transactions for a single account belonging to this connection. The account is resolved to a provider-specific object (e.g. a Utila wallet). 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. Providers without transaction support return a not-implemented error.
Authorizations
Use Authorization: Bearer
Path Parameters
Query Parameters
Account id (in this API) to scope transactions to. Must belong to the connection.
"acc_abc123"
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

