Skip to main content

Get Node List

POST 

https://api.ap-in-1.anedya.io/v1/node/list

Get a list of the nodes. Nodes are ordered based on date of creation. You can change order by specifying order parameter. Maximum 1000 nodes can be fecthed in one request

Request

Responses

OK

curl -L 'https://api.ap-in-1.anedya.io/v1/node/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"limit": 1000,
"offset": 0,
"order": "asc"
}'
Request Collapse all
Base URL
https://api.ap-in-1.anedya.io/v1
Body
{
  "limit": 1000,
  "offset": 0,
  "order": "asc"
}
ResponseClear

Click the Send API Request button above and see the response here!