API Reference

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.

Log in to see full request history
Body Params
network_identifier
object
required

The network_identifier specifies which network a particular object is associated with.

public_key
object
required

PublicKey contains a public key byte array for a particular CurveType encoded in hex. Note that there is no PrivateKey struct as this is NEVER the concern of an implementation.

metadata
object
Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json