This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
IRI Proxy API
Jim Huang edited this page Nov 20, 2019
·
5 revisions
⚠️ The change ofExperimental API
might be occurred in the future.
This API will forward the incoming request to the IRI API. You could follow the IOTA IRI API Reference to get more details.
The requests shall include the X-IOTA-API-Version: 1
HTTP header.
POST /
$ curl http://node.deviceproof.org:5566 \
-X POST \
-H 'Content-Type: application/json' \
-H 'X-IOTA-API-Version: 1' \
-d '{"command": "getNodeInfo"}'
{
"appName": "IRI",
"appVersion": "1.7.0-RELEASE",
"jreAvailableProcessors": 8,
"jreFreeMemory": 2115085674,
"jreVersion": "1.8.0_191",
"jreMaxMemory": 20997734400,
"jreTotalMemory": 4860129502,
"latestMilestone": "CUOENIPTRCNECMVOXSWKOONGZJICAPH9FIG9F9KYXF9VYXFUKTNDCCLLWRZNUHZIGLJZFWPOVCIZA9999",
"latestMilestoneIndex": 1050373,
"latestSolidSubtangleMilestone": "CUOENIPTRCNECMVOXSWKOONGZJICAPH9FIG9F9KYXF9VYXFUKTNDCCLLWRZNUHZIGLJZFWPOVCIZA9999",
"latestSolidSubtangleMilestoneIndex": 1050373,
"milestoneStartIndex": 1050101,
"lastSnapshottedMilestoneIndex": 1039138,
"neighbors": 7,
"packetsQueueSize": 0,
"time": 1554970558971,
"tips": 9018,
"transactionsToRequest": 0,
"features": [
"snapshotPruning",
"dnsRefresher",
"tipSolidification"
],
"coordinatorAddress": "EQSAUZXULTTYZCLNJNTXQTQHOMOFZERHTCGTXOLTVAHKSA9OGAZDEKECURBRIXIJWNPFCQIOVFVVXJVD9",
"duration": 0
}
Copyright (C) 2018-2020 BiiLabs Co., Ltd. and Contributors.
- Address
- Tag
- Transaction
- Tips (deprecated)