{
  "service": "quick_check",
  "free": true,
  "method": "POST",
  "body_schema": {
    "action_type": "string",
    "params": "object",
    "context": "object?"
  },
  "example": {
    "action_type": "swap",
    "params": {
      "token_in": "USDT",
      "token_out": "OKB",
      "amount": 100,
      "chain": "xlayer"
    }
  },
  "quota": "3 calls per IP per day, resets 00:00 UTC",
  "upgrade": {
    "challenge": "POST /api/challenge ($0.01)",
    "bundle": "POST /api/bundle ($0.05 for 5)"
  },
  "manifest": "https://repps.xyz/.well-known/x402"
}