egegasasasasasasas...

API Documentation

This API provides programmatic access to blockchain data and transaction capabilities. All endpoints are TLS-encrypted, rate-limited, and follow RESTful best practices.

GET /api/v1/block/{blockNumber}
  • Must use JWT Bearer Token for authenticated requests
  • Requires Content-Type: application/json header
  • Response includes pagination metadata

{
  "data": {
    "transactions": [...]
  },
  "meta": {
    "page": 1,
    "total": 582
  }
}

      

Key: Obtain API key from your account settings

Header: Authorization: Bearer {token}

  • Read API: 1000 requests/minute
  • Write API: 200 transactions/hour

Try the Explorer

API explorer