⚡ We welcome businesses to test our enterprise-grade service

btg
Bitcoin Gold (BTG)

Method: POST listaddressgroupings

dropdown

方法 RPC listaddressgroupings 例如 Bitcoin Gold (BTG)

POST listaddressgroupings

Method not allowed

列出了通过共同所有权公开用作输入的公共所有权的地址组或过去交易的结果变化

Parameters

-

Request

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


Response

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