Transactions
Get transaction lineage
See how a transaction’s spend was allocated across providers with the TypeScript SDK.
GET
Get transaction lineage
Use
blnk.Transactions.getLineage to inspect a transaction’s fund breakdown.
1
Call the method
blnk.Transactions.getLineage
2
Use the provider breakdown
Read
fund_allocation for how much came from each provider. Read shadow_transactions for the internal records Blnk created to track each provider’s share.3
Response
200 OK