Skip to main content

MultiAddress

Discriminated union for the Substrate multiaddress type. The type tag selects the variant; value carries the payload.

typerequired

Discriminated union for the Substrate multiaddress type. The type tag selects the variant; value carries the payload.

Possible values: [accountId, index, raw, address20, address32]

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
{
"type": "string",
"value": "0x008d8404893c7b4b80f397605cc96e61fec3c89676c8c2794a2a7d281d678b1a"
}