⚡ We welcome businesses to test our enterprise-grade service

dgb
DigiByte (DGB)

Method: POST getaddressesbylabel

dropdown

方法 RPC getaddressesbylabel 例如 DigiByte (DGB)

POST getaddressesbylabel

Method not allowed

返回分配了指定标签的地址列表。

Parameters

label - 字符串,需要

标签。

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


Response

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