JSON API
第一个版本的 MAN 已上线并已开源,后续的部署和接口文档请以 Github 上文档为准: https://github.com/metaid-developers/man-indexer
基础API
/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
获取adress的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
generalQuery
protocols 数据通用查询,支持get,count,sum方式获取数据。
地址: /api/generalQuery
method: POST
成功返回示例
失败返回实例
Last updated