Skip to main content
GET
/
grid
/
nodes
List nodes for a wallet
curl --request GET \
  --url https://grid.x402compute.cc/grid/nodes
{
  "count": 1,
  "nodes": [
    {
      "id": "<string>",
      "wallet_address": "<string>",
      "tee_type": "apple_se",
      "cpu_cores": 10,
      "ram_gb": 16,
      "gpu_model": "apple_metal",
      "available_models": [
        "<string>"
      ],
      "reputation_score": 66,
      "total_jobs_completed": 235,
      "status": "active",
      "sgl_staked": 50000,
      "off_grid": false,
      "node_public_key": "<string>",
      "anchored": true
    }
  ]
}

Query Parameters

wallet
string
required
limit
integer

Response

200 - application/json

OK

count
integer
Example:

1

nodes
object[]