Ledger balances
Update balance identity
Update the identity associated with a balance with the TypeScript SDK.
PUT
Update balance identity
Use
blnk.LedgerBalances.updateIdentity to link a balance to an identity.
blnk.LedgerBalances.updateIdentity
| Field | Description |
|---|---|
balanceId | Balance ID to update. |
identity_id | Identity ID to link to the balance. |
Response shape
200 OK
| Field | Description |
|---|---|
message | Confirmation from Core. |
Related docs
Link balances
Linking identities to balances.
Update balance identity
HTTP request and response schema.