⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST getreceivedbyaddress

dropdown

方法 RPC getreceivedbyaddress 例如 DogeCoin (DOGE)

POST getreceivedbyaddress

Method not allowed

退还Dogecoin地址在交易中收到的总金额,并至少有一定数量的确认。

Parameters

dogecoinaddress - 细绳

查询总额的地址。

minconf - 整数

确认的数量需要,默认为1。

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


Response

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