calculate-il
InvokeCalculates impermanent loss and fee APR for liquidity provider position using historical price data from CoinGecko
No input schema provided. Expect bare JSON payload.
Invoke with curl
curl -s -X POST \
'http://lp-impermanent-loss-estimator-production.up.railway.app/entrypoints/calculate-il/invoke' \
-H 'Content-Type: application/json' \
-d '
{
"input": {}
}
'