Get the public key for a derivation pathAsk AIget https://api.fireblocks.io/v1/ncw/wallets/{walletId}/public_key_infoGets the public key information based on derivation path and signing algorithm within a Non-Custodial WalletPath ParamswalletIdstringrequiredThe ID of the Non-Custodial walletQuery ParamsderivationPathstringrequiredAn 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.algorithmstringenumrequiredElliptic CurveMPC_ECDSA_SECP256K1MPC_ECDSA_SECP256R1MPC_EDDSA_ED25519Allowed:MPC_ECDSA_SECP256K1MPC_ECDSA_SECP256R1MPC_EDDSA_ED25519compressedbooleanCompressed/Uncompressed public key formattruetruefalseHeadersX-End-User-Wallet-IduuidrequiredUnique ID of the End-User wallet to the API request. Required for end-user wallet operations.Responses 200Public key information defaultError ResponseUpdated 4 months ago