Skip to main content
PATCH
Update Wallet

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

Example:

"123e4567-e89b-12d3-a456-426614174000"

userId
string

Update or link user to the wallet

Example:

"user_1"

name
string

The name of the wallet

Example:

"user_1 Wallet"

isActive
boolean

Flag indicating whether the wallet is active

Example:

true

autoSweep
boolean
default:false

Flag indicating whether to auto-sweep native tokens to the settlement account

Example:

false

Response

success
boolean
required
Example:

true

data
object
required