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/accounts/gateway/wallet/set-default
Request body
Response
Successful Response
object required
Changes
Changed in 1 of the 13 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○