🤖 CoinRebate for AI Agents

The easiest way to add crypto fee optimization to your AI agent, trading bot, or automation workflow.


1. What is CoinRebate?

CoinRebate is a free, global crypto exchange fee rebate platform. We provide permanent 20-40% trading fee discounts on top exchanges including Binance, OKX, Bybit, Bitget, Gate.io, Hyperliquid, and Aster DEX.

We serve 50+ countries in 7 languages with built-in regulatory compliance filtering.

2. What Can You Query?

3. How to Integrate

Option A: REST API (Simplest)

# Health check
GET https://www.coinrebate.vip/api/v4/health

# Agent route — get best exchange recommendation  
GET https://www.coinrebate.vip/api/v4/agent-route

# Exchange list
GET https://www.coinrebate.vip/api/exchanges

# OpenAPI Spec (for GPT Actions / tool definitions)
GET https://www.coinrebate.vip/openapi.json

No API key required. Free and unlimited.

Option B: MCP Server (For AI Frameworks)

CoinRebate provides a Model Context Protocol (MCP) server for direct integration with Claude Desktop, Cursor, AutoGPT, and other MCP-compatible agents.

// MCP Server capabilities:
- get_exchanges()        → List all supported exchanges
- get_best_exchange()    → Best exchange by country + use case  
- calculate_savings()    → Fee savings calculator
- get_referral_link()    → Compliance-filtered referral links

Option C: npm SDK (Coming Soon)

npm install coinrebate-sdk

import { CoinRebate } from 'coinrebate-sdk';

const cr = new CoinRebate();
const best = cr.getBestExchangeByCountry('BR', 'spot');
const savings = cr.calculateFeeSavings('binance', 10000);
const link = cr.getReferralLink('binance', 'BR');

4. What Does It Return?

// Example: GET /api/v4/agent-route
{
  "status": "ok",
  "exchanges": [
    {
      "name": "Binance",
      "type": "CEX",
      "rebate": "20% OFF",  
      "signup_url": "https://coinrebate.vip/go/binance?utm_source=ai_agent",
      "supported_countries": 150,
      "blocked_countries": ["CN", "US"]
    }
  ],
  "promo_code": "AGENT2026",
  "compliance_notice": "Results filtered by country regulations"
}

5. Compliance Boundaries

⚠️ Important: All API responses and recommendations are subject to country-level compliance filtering. CoinRebate enforces regulatory restrictions automatically.

Quick Links

API Documentationhttps://www.coinrebate.vip/api-docs.html
OpenAPI Spechttps://www.coinrebate.vip/openapi.json
LLMs Infohttps://www.coinrebate.vip/llms.txt
Health Checkhttps://www.coinrebate.vip/api/v4/health
Websitehttps://www.coinrebate.vip
Telegram Bothttps://t.me/CoinRebateBot

Promo Code: AGENT2026 — Use this code for maximum rebate activation