⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST setaccount

dropdown

方法 RPC setaccount 例如 DogeCoin (DOGE)

POST setaccount

Method not allowed

设置与给定地址关联的帐户。

Parameters

dogecoinaddress - 细绳

Dogecoin地址为合伙人。

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


Response

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