Search
Search via DB
Filter ledgers, balances, transactions, and identities with the Java SDK.
POST
Search via DB
Use
blnk.search().filter for this operation.
1
Call the method
2
Use the filtered results
Read
response.data().get("data") for matching records. Use total_count with limit and offset to paginate when include_count is true.3
Response
200 OK
Related docs
How DB filtering works
Supported operators and field reference.
Search via DB
HTTP request and response schema.