Identity

Refresh balance of given identity

Refresh balance of given identity

put/identities/{id}/balance/refresh

Path parameters

idstring required

hex address of identity

Response

Updated balance

balanceInt

Operations always take pointer arguments (*Int) rather than Int values, and each unique Int value requires its own unique *Int pointer. To "copy" an Int value, an existing (or newly allocated) Int must be set to a new value using the Int.Set method; shallow copies of Ints are not supported and may lead to errors.

Changes