📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

dgb
DigiByte (DGB)

Method: POST listlabels

dropdown

方法 RPC listlabels 例如 DigiByte (DGB)

POST listlabels

Method not allowed

返回所有标签的列表,或分配给具有特定目的地址的标签。

Parameters

purpose - 字符串,可选

地址目的是列出(“发送”,接收')的标签。 一个空字符串与不提供此参数相同。

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


Response

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