Search
Search via DB
Filter ledgers, balances, transactions, and identities with the TypeScript SDK.
POST
Search via DB
Use
blnk.Search.filter to filter records in a collection.
1
Call the method
blnk.Search.filter
2
Use the filtered results
Read
response.data.data for matching records. Use total_count with limit and offset to paginate when include_count is true.3
Response
200 OK