Update a Wallet Flag

put/api/v2/admin/wallet/{walletId}/walletFlags/{name}

Update one Wallet Flag value on the given wallet. Wallet Flags have two properties: name, which uniquely identifies the flag, and value, a string, with the current value of the flag (usually 'true' or 'false').

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
  • namestringRequired
    The Wallet Flag name
    Enum: isStaking lightning ambossLightning musigKp trackingInscriptions rbf coldWalletStaking tokenizationToken oneClickStaking solOfcStaking suiOfcStaking enableWalletConnect enableSolCustomTx enableAptCustomTx

Request Body

value string required
The new value of the Wallet Flag
Example: true

200 Response

name string required
The unique name of the Wallet Flag
Allowed values: isStaking lightning ambossLightning musigKp trackingInscriptions rbf coldWalletStaking tokenizationToken oneClickStaking solOfcStaking suiOfcStaking enableWalletConnect enableSolCustomTx enableAptCustomTx
Example: isStaking
value string required
The current value of the Wallet Flag
Example: true

403 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code

404 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code