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

bch
Bitcoin Cash (BCH)

Method: POST listaddressgroupings

dropdown

方法 RPC listaddressgroupings 例如 Bitcoin Cash (BCH)

POST listaddressgroupings

方法不允许

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

Parameters

-

Request

curl --location --request POST 'https://bch.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"
}