v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
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

chainstring required

Blockchain chain (e.g., 'solana', 'ethereum')

addressstring required

Wallet address

passphrasestring required

Gateway passphrase for decryption

Response

Successful Response

object required