JSON API
Last updated
Last updated
第一版的MAN已上綫並已開源,後續的部署和接口文檔請以Github上文件爲準: https://github.com/metaid-developers/man-indexer
地址 | method | parameter | 描述 |
---|---|---|---|
protocols 數據通用查詢,支持 get
, count
, sum
方式獲取數據。
地址: /api/generalQuery
method: POST
成功返回示例
失敗返回实例
/api/pin/{numberOrId}
GET
PIN number 或 PIN id
根據 PIN number 或 PIN id 獲取 PIN 詳情
/api/address/pin/list/{addressType/{address}
GET
address addressType :creator(創建者),owner(擁有者)
根據 address 獲取該地址創建或擁有的 PIN 列表
/api/address/pin/root/{address}
GET
address
根據 address 獲取 PIN root
/api/node/child/{pinId}
GET
pinId
根據 PIN id 獲取 child node
/api/node/parent/{pinId}
GET
pinId
根據 PIN id 獲取 parent node
/api/info/address/{address}
GET
address
獲取 address 的 MetaID info
/api/info/rootId/{rootId}
GET
rootId
根據 rootId 獲取 MetaID info
/api/pin/content/{numberOrId}
GET
PIN number 或 PIN id
根據 PIN number 或 PIN id 獲取 PIN 的 content
/api/getAllPinByParentPath
GET
page,limit,parentPath
根據 parentPath 獲取所有 pin