⚡ We welcome businesses to test our enterprise-grade service

dgb
DigiByte (DGB)

Method: POST getaddressinfo

dropdown

方法 RPC getaddressinfo 例如 DigiByte (DGB)

POST getaddressinfo

Method not allowed

返回有关给定比特币地址的信息。

仅当地址在活动钱包中时,才会存在一些信息。

Parameters

address - 字符串,需要

获得信息的比特币地址。

Request

curl --location --request POST 'https://dgb.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "getaddressinfo",
"params": [null],
"id": "getblock.io"}'


Response

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