Stats API

# Stats API

Retrieve network-level statistics.

Example

module=stats
action=ethprice

Network Supply

# Error Handling
All API responses follow a standardized structure.

Standard Response Format

// Some code
{
  "status": "0 or 1",
  "message": "OK or NOTOK",
  "result": "response payload"
}

Common Errors

• Invalid API key  
• Missing parameters  
• Rate limit exceeded  
• Invalid address format  
• Block range too large  

Last updated