v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Gateway

Create Wallet

Create a new wallet in Gateway.

Args: request: Contains chain and set_default flag

Returns: Dict with address and chain of the created wallet.

Example: POST /gateway/wallets/create { "chain": "solana", "set_default": true }

post/gateway/wallets/create

Request body

chainstring required

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

set_defaultboolean

Set as default wallet for this chain

Response

Successful Response

object required