⚡ We welcome businesses to test our enterprise-grade service

grs
Groestlcoin (GRS)

Method: POST setwalletflag

dropdown

方法 RPC setwalletflag 例如 Groestlcoin (GRS)

POST setwalletflag

Method not allowed

更改给定钱包的给定钱包的状态。

Parameters

flag - 字符串,需要

要更改标志的名称。 当前可用标志 - 避免_reuse

value - 布尔值,可选,默认值= true

新状态。

Request

curl --location --request POST 'https://grs.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "setwalletflag",
"params": [null, null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}