Search
Search via DB
Filter ledgers, balances, transactions, and identities with the Python 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