XDOrbXDOrb

Documentation

Free Tier/GET

Get All pNodes

Returns a complete list of all active pNodes currently contributing to the Xandeum Network. This includes basic status and location data.

Request

GET/v1/get-all-pnodes

Authentication

This endpoint is public and rate-limited. No authentication is required.

Usage Examples

curl -X GET "https://api.xdorb.xyz/v1/get-all-pnodes" 

Sample Response

{
  "data": [
    {
      "id": "2NGz2GGA...",
      "name": "Arrakis-1",
      "status": "active",
      "location": "Paris, FR",
      "uptime": 99.98
    }
  ]
}