JSON API
Last updated
Last updated
The first version of MAN has been launched and open-sourced. For subsequent deployment and API documentation, please refer to the documents on Github
address | method | parameter | describe |
---|---|---|---|
General query for protocols data, supporting data retrieval in get, count, and sum methods.
Endpoint: /api/generalQuery
method: POST
/api/pin/{numberOrId}
GET
PIN number or PIN id
Get PIN Details by PIN Number or PIN ID
/api/address/pin/list/{addressType/{address}
GET
address addressType :creator,owner
Retrieve the list of PINs created or owned by the specified address.
/api/address/pin/root/{address}
GET
address
Get PIN Root by Address
/api/node/child/{pinId}
GET
pinId
Get Child Node by PIN ID
/api/node/parent/{pinId}
GET
pinId
Get Parent Node by PIN ID
/api/info/address/{address}
GET
address
Get MetaID Info by Address
/api/info/rootId/{rootId}
GET
rootId
Get MetaID Info by Root ID
/api/pin/content/{numberOrId}
GET
PIN number or PIN id
Get PIN Content by PIN Number or PIN ID
/api/getAllPinByParentPath
GET
page,limit,parentPath
Get All Pins by Parent Path