Get the public key of an asset
Gets the public key of an asset associated with a specific account 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"
The ID of the account
Example:
"0"
The ID of the asset
Example:
"BTC"
BIP44 derivation path - change value
Example:
0
BIP44 derivation path - index value
Example:
0
Query Parameters
Compressed/Uncompressed public key format
Example:
true
Response
Public Key Information
Previous
Retrieve asset addressesGet the addresses of a specific asset, under a specific account, under a specific Non Custodial Wallet
Next
TypeScript