docs/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_remove.md
zano build machine 49f0f115fb Auto generated doc
2025-03-31 15:37:26 +03:00

749 B

Remove given asset id from local whitelist. This whitelist is stored with the wallet file and reset in case of wallet resync or restoring wallet from seed phrase.

URL: http:://127.0.0.1:11211/json_rpc

Request:

{
  "id": 0,
  "jsonrpc": "2.0",
  "method": "assets_whitelist_remove",
  "params": {
    "asset_id": "f74bb56a5b4fa562e679ccaadd697463498a66de4f1760b2cd40f11c3a00a7a8"
  }
}

Request description:

    "asset_id": Asset id to be removed from local whitelist

Response:

{
  "id": 0,
  "jsonrpc": "2.0",
  "result": {
    "status": "OK"
  }
}

Response description:

    "status": Command result (OK if success)

Auto-doc built with: 2.1.5.397[2872515]