Asset
Update Wallet Asset
This endpoint allows the client to update the status of a specific asset within a wallet.
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
isActive | true | boolean | Update asset status tied to a wallet. |
PATCH
/
v1
/
wallets
/
{walletId}
/
assets
/
{assetId}
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredassetId
string
requiredBody
application/json
isActive
boolean
Response
200 - application/json
data
object
message
string
statusCode
number