Ledger balances
Update balance identity
Update the identity associated with a balance with the Go SDK.
PUT
Update balance identity
Use
client.LedgerBalance.UpdateIdentity to link a balance to an identity.
Call the method
client.LedgerBalance.UpdateIdentity
| Field | Type | Description |
|---|---|---|
balanceID | string | Balance ID to update. |
IdentityID | string | Identity ID to link to the balance. |
Confirm the link
On success, Core returns a confirmation message. Fetch the balance with get balance to verify
identity_id is set.Related docs
Link balances
Linking identities to balances.
Update balance identity
HTTP request and response schema.