⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST getaccountaddress

dropdown

方法 RPC getaccountaddress 例如 DogeCoin (DOGE)

POST getaccountaddress

Method not allowed

退还当前的Dogecoin地址,用于接收帐户的付款。

Parameters

account - 细绳

应将地址退还的帐户。

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


Response

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