NETWORKS API
GET /networks
/networksAttribute
Value
Example request
curl -X GET "$NEURA_BASE_URL/networks" \
-H "Accept: application/json" \
-H "X-402-Invoice: $INVOICE" \
-H "X-402-Payment-Proof: $PROOF"Response snapshot
{
"success": true,
"data": {
"networks": [
{
"id": 1,
"name": "Ethereum",
"symbol": "ETH",
"chainId": 1,
"isActive": true,
"lastUpdated": "2025-01-15T12:55:00.000Z"
},
{
"id": 137,
"name": "Polygon",
"symbol": "MATIC",
"chainId": 137,
"isActive": true,
"lastUpdated": "2025-01-15T12:55:00.000Z"
}
],
"total": 42,
"lastUpdated": "2025-01-15T12:55:00.000Z"
},
"timestamp": "2025-01-15T12:55:00.300Z"
}Common use cases
Last updated
