Get Node List
POSThttps://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
- 200
OK
- curl
- nodejs
- python
- go
- rust
- csharp
- ruby
- php
- java
- powershell
- CURL
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"
}'
ResponseClear