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

  1. address - Get the information of the current user GET {{baseUrl}}/address

  2. address - Get the information of a specific user GET {{baseUrl}}/address/:address

  3. content - Get the content about the actionable investing intels GET {{baseUrl}}/content

  4. content - Get the content available for current user GET {{baseUrl}}/content/me

  5. userinfo - Get the information of the profile user GET {{baseUrl}}/userinfo?latest=<>

  6. userinfo - Get the profile of a specific user GET {{baseUrl}}/userinfo/:address

  7. Cookie authentication POST {{baseUrl}}/sign

  8. Get the list of all addresses sorted by rank GET {{baseUrl}}/rank

  9. Test if user is properly authenticated GET {{baseUrl}}/auth

  10. Unsign http client for the current user POST {{baseUrl}}/unsign