Create Wallet
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
Create Wallet
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 Create Wallet Gateway Wallets Create Post · object.

