📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

grs
Groestlcoin (GRS)

Method: POST prioritisetransaction

dropdown

方法 RPC prioritisetransaction 例如 Groestlcoin (GRS)

POST prioritisetransaction

Method not allowed

在较高(或较低)的优先级中接受交易成矿体

Parameters

txid - 字符串,需要

交易ID。

dummy - 数字,可选

弃用。 对于远程兼容性,使用命名参数并省略此参数。

fee_delta - 数字,需要

费用(在satoshis)添加(或减去负数)。

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": "prioritisetransaction",
"params": [null, null, null],
"id": "getblock.io"}'


Response

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