Search
Search via DB
Filter ledgers, balances, transactions, and identities with the Go SDK.
POST
Search via DB
Use
Filter on the relevant service to query records in a collection. The Go SDK does not expose a unified Search.filter helper like the TypeScript SDK.
Call
Filter on the service that owns the collection: client.Transaction.Filter, client.Ledger.Filter, client.LedgerBalance.Filter, or client.Identity.Filter.1
Call the method
client.Transaction.Filter
2
Response