Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Headers
A JWT signed using your Wallet Secret, encoded in base64. Refer to the Generate Wallet Token section of our Authentication docs for more details on how to generate your Wallet Token.
An optional UUID v4 request header for making requests safely retryable. When included, duplicate requests with the same key will return identical responses. Refer to our Idempotency docs for more information on using idempotency keys.
36
Path Parameters
The base58 encoded address of the Solana account.
Body
The base64-encoded, public part of the RSA key in DER format used to encrypt the account private key.
"U2FsdGVkX1+vupppZksvRf5X5YgHq4+da+Q4qf51+Q4="
Response
Successfully exported Solana account.
The base64-encoded, encrypted private key of the Solana account which is a 32 byte raw private key. The private key is encrypted in transport using the exportEncryptionKey in the request.
"U2FsdGVkX1+vupppZksvRf5X5YgHq4+da+Q4qf51+Q4="