Skip to main content
POST
/
v1
/
sub-wallet
/
freeze
Freeze Sub-Wallet
curl --request POST \
  --url https://api.openxswitch.com/v1/sub-wallet/freeze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subWalletId": "<string>"
}
'
{
  "success": true,
  "data": {
    "walletId": "63e1b8c2f18e310bb11f8a9c"
  }
}

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
subWalletId
string
required

The unique identifier of the sub wallet

Response

success
boolean
required
Example:

true

data
object
required