⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST listreceivedbyaddress

dropdown

方法 RPC listreceivedbyaddress 例如 DogeCoin (DOGE)

POST listreceivedbyaddress

Method not allowed

返回地址列表。 每个地址用地址Info对象表示。

Parameters

minconf - 整数

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

includeempty - 布尔

可选,默认= false

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

Request

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


Response

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