Get the public key for a derivation path
Gets the public key information based on derivation path and signing algorithm within a Non-Custodial Wallet
GET
TypeScript
Headers
Unique ID of the End-User wallet to the API request. Required for end-user wallet operations.
Path Parameters
The ID of the Non-Custodial wallet
Example:
"550e8400-e29b-41d4-a716-446655440000"
Query Parameters
An array of integers (passed as JSON stringified array) representing the full BIP44 derivation path of the requested public key. The first element must always be 44.
Elliptic Curve
Available options:
MPC_ECDSA_SECP256K1, MPC_EDDSA_ED25519 Example:
"MPC_EDDSA_ED25519"
Compressed/Uncompressed public key format
Example:
true
Response
Public key information
Previous
Get wallet key setup stateGet the key setup state for a specific Non Custodial Wallet, including required algorithms and device setup status
Next
TypeScript