Polygon FastLane
  • What is Polygon FastLane?
    • Overview
    • Design Principles
    • Components
    • Component Diagram
  • Getting Started as a Validator
    • Getting Started as a Validator
    • Connecting to a FastLane Sentry Node
      • Finding Your Enode Address & Peer ID
      • Adding FastLane as a Static Peer
    • Patching Your Sentry Nodes With The FastLane Patch
      • Installing from source
        • Patch Download
        • Patch Installation
      • Installing from packages
  • Withdrawing Validator Revenue
    • Validator Vault
      • Connect an Eligible Wallet
      • Revenue Redemption (withdrawal)
  • Searcher Guides
    • Getting Started as a Searcher
      • Solver Call Data
      • Submission Methods
      • Migration Guide for Searchers
    • Bundles (Backruns)
      • Bundle Format
      • Bid Submission
      • Bundle Requirements
      • Full Example
      • Subscribe Events
    • 4337 Bundles Integration Guide
      • Overview
      • How it works
      • RPC Reference
      • Examples
    • Searcher Contract Integration
      • Safety Considerations
      • atlasSolverCall
      • Direct Implementation
      • Proxy Implementation
      • Solver Concepts
      • Altas Bonding Concept
      • Bond atlETH
      • Estimating Solver Gas Charges
    • Addresses & Endpoints
    • Helpers
    • Common Mistakes
    • Atlas SDK's
  • Tools and Analytics
    • FastLane Bundle Explorer
      • Features Overview
      • Key Components
      • Usage Example
      • Error Codes & Troubleshooting
  • Key Concepts
    • Transaction Encoding
  • INFRASTRUCTURE
    • Health Status Endpoint
  • Reference
    • Relay JSON-RPC API
    • Relay REST API
    • Glossary of Terms
Powered by GitBook
On this page
  • Overview
  • API Endpoint Details
  • Response Format
  • Using the API
  • CORS Policy
  • Rate Limiting
  1. INFRASTRUCTURE

Health Status Endpoint

PreviousTransaction EncodingNextRelay JSON-RPC API

Last updated 6 months ago

Overview

The FastLane Health Status API provides real-time insights into the current operational status and health of the FastLane blockchain nodes. This API is designed for users who'd like to monitor the health and availability of FastLane nodes. Users can query the Health Status API URL or simply visit it on their browser.

API Endpoint Details

  • URL:

Response Format

The API responds with a JSON object containing two key pieces of information: the status of the service and its health as a percentage.

Response Schema

{
  "status": "string",
  "health": "number"
}
  • status: A string indicating the overall status of the FastLane blockchain nodes. Possible values include:

    • running: The service is fully operational.

    • degraded: The service is operational but experiencing some issues.

    • down: The service is currently not operational or under maintanance.

  • health: An integer (0-100) representing the operational health of FastLane nodes as a percentage. A value of 100 indicates full health, 100% of the nodes are running, with all systems functioning correctly.

Using the API

Making a Request

You can query the FastLane Health Status API using any HTTP client. Here's an example using curl:

curl -L https://fastlane.finance/api/status

CORS Policy

The FastLane Health Status API is accessible from any origin, making it suitable for use in web applications hosted on different domains.

Rate Limiting

Excessive use (e.g., several requests per second) may lead to rate limiting. We recommend polling the API no more frequently than a few times per minute for continuous monitoring purposes.


This API provides an easy and efficient way for users and developers to monitor the health of FastLane.

You also simply visit to get the current Fastlane nodes health status.

https://www.fastlane.finance/api/status
https://www.fastlane.finance/api/status