A real-time market risk API that blocks bad trades before they happen.
API Documentation
For interactive API documentation with request/response examples, see our Swagger UI:
This is the endpoint you'll use in your Freqtrade strategy. It returns a risk assessment with a safe_to_trade boolean and full reasoning.
Designed for low-latency, synchronous use in trading bots. Requests time out safely on client side.
The API returns JSON with these key fields:
For full response schema, see the Swagger UI.
Test the API with curl:
With API key (optional, for higher rate limits):
The API is publicly accessible without authentication. However, API keys provide higher rate limits and priority access.