The easiest way to add crypto fee optimization to your AI agent, trading bot, or automation workflow.
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.
# 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.
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
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');// 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"
}GET /api/compliance-matrix| API Documentation | https://www.coinrebate.vip/api-docs.html |
| OpenAPI Spec | https://www.coinrebate.vip/openapi.json |
| LLMs Info | https://www.coinrebate.vip/llms.txt |
| Health Check | https://www.coinrebate.vip/api/v4/health |
| Website | https://www.coinrebate.vip |
| Telegram Bot | https://t.me/CoinRebateBot |
Promo Code: AGENT2026 — Use this code for maximum rebate activation