Skip to main content

MultiAddress_AccountId

32-byte account id.

typestringrequired
Constant value: accountId
valueAccountIdHex (string)required

32-byte Substrate account id, always 0x-prefixed and lowercase in responses. Inputs elsewhere may accept mixed case or missing 0x; the API normalizes outputs.

Possible values: Value must match regular expression ^0x[a-f0-9]{64}$

Example: 0x008d8404893c7b4b80f397605cc96e61fec3c89676c8c2794a2a7d281d678b1a
MultiAddress_AccountId
{
"type": "string",
"value": "0x008d8404893c7b4b80f397605cc96e61fec3c89676c8c2794a2a7d281d678b1a"
}