Skip to main content
POST
/
v1
/
mix
/
activate-trade
Activate trading for a wallet/Sub-wallet
curl --request POST \
  --url https://api.openxswitch.com/v1/mix/activate-trade \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "walletId": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
walletId
string
required

The unique identifier of the wallet or sub-wallet to be enabled for trading.

Response

success
boolean
Example:

true