Set Default Gateway Wallet
Accounts
Set Default Gateway Wallet
Set the default wallet for a chain in Gateway.
When multiple wallets are configured for a chain, this endpoint allows
switching which wallet is used as the default for operations.
Args:
request: Contains chain and wallet address to set as default
Returns:
Dict with success status and updated wallet info.
Example: POST /accounts/gateway/wallet/set-default
{
"chain": "solana",
"address": "82SggYRE2Vo4jN4a2pk3aQ4SET4ctafZJGbowmCqyHx5"
}
POST
Set Default Gateway 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 Set Default Gateway Wallet Accounts Gateway Wallet Set Default Post · object.

