Generate and manage your API keys.
Choose a plan and generate your key.
Use your key in any HTTP request:
curl -X POST https://aflab.pro/api/agentrisk/validate \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"symbol":"BTC/USDT","side":"long","amount":1000,"leverage":10}'