API Reference

The API root is available at https://api.userfeeds.io/

Retrieving Data

read-only

The available algorithms are described in the Algorithms section.

Schema:

$ curl https://api.userfeeds.io/ranking/algorithm1Name;param1=value1;param2=value2.../algorithm2Name...

An example:

$ curl https://api.userfeeds.io/ranking/links;asset=ethereum
GET /ranking/algorithm1Name;param1=value1;param2=value2.../algorithm2Name...

An example request:

An example response:

OR

Schema:

$ curl -X POST -v -d '{"flow":[{"algorithm":"algorithm1name","params":{"param1":"value1",...},...}]}' -H 'Content-Type: application/json' 'https://api.userfeeds.io/ranking/'

An example:

$ curl -X POST -v -d '{"flow":[{"algorithm":"links","params":{"asset":"ethereum"}}]}' -H 'Content-Type: application/json' 'https://api.userfeeds.io/ranking/'
POST /ranking/

An example request:

An example response: