⚡ We welcome businesses to test our enterprise-grade service

bsv
Bitcoin-SV (BSV)

Method: POST getaddressesbylabel

dropdown

方法 RPC getaddressesbylabel 例如 Bitcoin-SV (BSV)

POST getaddressesbylabel

方法不允许

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

Parameters

label - 字符串,必填

标签。

Request

curl --location --request POST 'https://bsv.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"
}