Addresses
Update Address
This endpoint allows the client to update the status of a specific address within a wallet.
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
isActive | true | boolean | The status state you want to set the address |
PATCH
/
v1
/
wallets
/
{walletId}
/
addresses
/
{addressId}
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredaddressId
string
requiredBody
application/json
disableAutoSweep
string
enableGaslessWithdraw
string
isActive
string
metadata
string
name
string
showPrivateKey
string
Response
200 - application/json
data
object
message
string
statusCode
number