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/gateway/wallets/show-private-key
Request body
Response
Successful Response
object required