⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST listreceivedbyaccount

dropdown

方法 RPC listreceivedbyaccount 例如 DogeCoin (DOGE)

POST listreceivedbyaccount

Method not allowed

返回帐户列表。 每个帐户都用AccountInfo对象表示。

Parameters

minconf - 整数

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

includeempty - 布尔

可选,默认错误

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

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


Response

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