Ledger balances
View balance lineage
See a balance’s provider breakdown when fund lineage is enabled with the Java SDK.
GET
View balance lineage
Use
blnk.ledgerBalances().getLineage for this operation.
Fund lineage must be enabled on the balance when it was created. See Fund lineage.
1
Call the method
2
Use the provider breakdown
Read
response.data().get("providers") to see how much each provider contributed, spent, and has available. Use total_with_lineage for the aggregate tracked amount.3
Response
200 OK
Related docs
Fund lineage
Tagged funds and allocation strategies.
View balance lineage
HTTP request and response schema.