terminalOptimal Jito Tips Endpoint

Returns optimized and recommended Jito tip levels based on recent arbitrage transaction data.

POST https://api.getfomo.bot/jito-tips

Request

curl -X POST https://api.getfomo.bot/jito-tips \
  -H "Content-Type: application/json" \
  -H "x-api-key: your-api-key-here"

Response

{
  "success": true,
  "result": {
    "jito_tip_levels": {
      "min": 0,
      "low": 2000,
      "medium": 120000,
      "high": 500000,
      "very_high": 1000000
    },
    "recommended": 120000
  }
}

Last updated