Wallet Tools

Create the wallet bundle once and keep the recovery path with the user

This page creates the full operating bundle in one step: wallet public key, private key, and the API key paired to that wallet. Fund the wallet directly, use the API key for fast execution, and keep the private key as the path that still works even if the platform is unavailable.

Why this page matters: Corto.Fun can execute fast without turning the product into a custody trap. The API key powers the platform workflow, but the saved private key keeps the final recovery path with the wallet owner.
Security: the full key bundle is displayed one time during generation and is not stored by the server. Treat it like a hot-wallet bundle, keep it out of chats and cloud notes, and do not use this wallet for large balances.
Generation

Create wallet bundle

Click Generate wallet to create a new key bundle.
Verify

API key → public key

{}
Response

Raw generation response

{}
POST /api/v1/wallet/generate returns the full generated bundle.
cURL
curl -X POST https://corto.fun/api/v1/wallet/generate \
  -H "Content-Type: application/json" \
  -d "{}"
Previous Page Why Corto
Current Page Wallet Tools
Next Page Lightning Builder