Show Private Key
Gateway
Show Private Key
Show private key for a wallet.
WARNING: This endpoint exposes sensitive information. Use with caution.
Args:
request: Contains chain, address, and passphrase
Returns:
Dict with privateKey field.
Example: POST /gateway/wallets/show-private-key
{
"chain": "solana",
"address": "<wallet-address>",
"passphrase": "<gateway-passphrase>"
}
POST
Show Private Key
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Successful Response
The response is of type Response Show Private Key Gateway Wallets Show Private Key Post · object.

