⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: POST /node/extended-info

dropdown

方法 REST /node/extended-info 例如 NEM (XEM)

POST /node/extended-info

获取有关节点的扩展信息。 使用IP 127.0.0.1获取有关本地节点的扩展信息。

Parameters

-

Request

curl --location --request GET 'https://xem.getblock.io/node/extended-info' 
 --header 'x-api-key: YOUR-API-KEY' 
 --header 'Content-Type: application/json'


Response

{
    "nisInfo": {
        "application": "NEM Deploy",
        "currentTime": 238620407,
        "signer": null,
        "startTime": 237231878,
        "version": "0.6.100"
    },
    "node": {
        "endpoint": {
            "host": "31.172.74.35",
            "port": 7890,
            "protocol": "http"
        },
        "identity": {
            "name": "NDX7DFK43JV6HT2ZCKF5D37JBZJJA6KMFURXDVKL",
            "public-key": "de23c19f3d8f55cb3d97ee5fc6c8131e0d348bfc5ee1e31d775bdc0a873eeb2e"
        },
        "metaData": {
            "application": null,
            "features": 1,
            "networkId": 104,
            "platform": "Private Build (1.8.0_292) on Linux",
            "version": "0.6.100"
        }
    }
}