Construction

Derive an AccountIdentifier from a PublicKey

Derive returns the AccountIdentifier associated with a public key.

Blockchains that require an on-chain action to create an account should not implement this method.

post/construction/derive

Request body

network_identifierNetworkIdentifier required— unresolved $ref
public_keyPublicKey required— unresolved $ref
metadataobject

Response

Expected response to a valid request

addressstring

[DEPRECATED by account_identifier in v1.4.4] Address in network-specific format.

account_identifierAccountIdentifier — unresolved $ref
metadataobject

Changes