forward-fastKeep-alive

GET https://fast.circular.fi/healtharrow-up-right

Use this endpoint to check the status of the Fast Engines and keep your connection alive.

Headers

{
    "Content-Type": "application/json",
    "x-api-key": "your-api-key"
}

Response

{
    "jsonrpc": "2.0",
    "id": null,
    "result": {
        "status": "healthy",
        "service": "fast-rust-api",
        "version": "0.1.0"
    }
}

Last updated