PARETO NETWORK API
Number of APIs: 13
The Pareto Network API is used by Sentinels to catalogue and relay information between nodes. Interacting with a Pareto Sentinel uses this standardized RESTful API. Authentication is done using a JSON Web Token (JWT) stored as a secure browser cookie. Any RESTful client will need to set the cookie. Here is a tutorial for getting the initial cookie https://blog.pareto.network/how-to-use-the-pareto-sentinel-api-434afb75aace
Contact Support: Name: No Contact Email: email@example.com
-
address - Get the information of the current user GET {{baseUrl}}/address
-
address - Get the information of a specific user GET {{baseUrl}}/address/:address
-
content - Get the content about the actionable investing intels GET {{baseUrl}}/content
-
content - Get the content available for current user GET {{baseUrl}}/content/me
-
userinfo - Get the information of the profile user GET {{baseUrl}}/userinfo?latest=<>
-
userinfo - Get the profile of a specific user GET {{baseUrl}}/userinfo/:address
-
Cookie authentication POST {{baseUrl}}/sign
-
Get the list of all addresses sorted by rank GET {{baseUrl}}/rank
-
Test if user is properly authenticated GET {{baseUrl}}/auth
-
Unsign http client for the current user POST {{baseUrl}}/unsign