⚡ We welcome businesses to test our enterprise-grade service

grs
Groestlcoin (GRS)

Method: POST listreceivedbyaddress

dropdown

方法 RPC listreceivedbyaddress 例如 Groestlcoin (GRS)

POST listreceivedbyaddress

Method not allowed

通过接收地址列出余额。

Parameters

minconf - 数字,可选,默认值= 1

包括付款前的最低确认数量。

include_empty - 布尔值,可选,默认值= false

是否包括未收到任何付款的地址。

include_watchonly - 布尔值,可选,默认值=仅手表钱包,否则为false

是否包括仅手表的地址(请参阅“ ImportAddress”)

address_filter - 字符串,可选

如果存在,则仅返回此地址的信息。

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


Response

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