⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST getaccount

dropdown

方法 RPC getaccount 例如 DogeCoin (DOGE)

POST getaccount

Method not allowed

返回与给定地址关联的帐户。

Parameters

address - 细绳

Dogecoin地址获取帐户。

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


Response

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