Alle ökologischen Privilegien verbessern Nutzen Sie die Chance auf dem Kryptomarkt
VIP-exklusive Rechte und Interessen Hochfrequenz-API-Schnittstelle erstellen Sie Ihre professionelle Handelsmotor
Unterstützt vollständig Mcp Server/Openclaw
Mcp/Openclaw
Monatlich abgerechnet
Jährlich abgerechnet
Entwickler-Ökosystem aufbauen
API-Ressourcen und Tools
API-Dokument
MCP
Skill
CLI
Freie Testversion
new
Neue Benutzer erhalten 7 Tage kostenlose Testversion
CS kontaktieren & erhalten
Rate Limit30 Anfrage/Min.80 Anfrage/Min.300 Anfrage/Min.1200 Anfrage/Min.10-6000 Anfrage/Min.80 Anfrage/Min.
Historische Indikator-Daten
1 Minute*/
3 Minuten*/
5 Minuten*/
15 Minuten*/
30 Minuten*/
1 Stunde*/
2 Stunden*/
4 Stunden*/
6 Stunden*/
12 Stunden*/
24 Stunden*/
8 Stunden*/
Developer Access Options
Use MCP Server for AI agent tool calls, Skill for OpenClaw natural-language analysis, and CLI for terminal workflows and scripts. All three connect to CoinAnk OpenAPI data.
View API Docs
MCP Server
Remote MCP

Connect CoinAnk data to MCP-compatible AI clients or IDEs for tool calls, one-off queries, and Agent Payments/x402 flows.

  1. Add a remote server in your MCP client
  2. Use the CoinAnk MCP URL
  3. Configure apikey; without a member key, x402-capable agents can continue from the 402 payment challenge
Usage Example
{
  "mcpServers": {
    "coinank": {
      "url": "https://open-api.coinank.com/mcp",
      "headers": {
        "apikey": "YOUR_COINANK_API_KEY"
      }
    }
  }
}
Open Link
OpenAPI Skill
OpenClaw Skill

Give OpenClaw agents access to 18 categories and 59 crypto derivatives endpoints, with API key access or pay-per-request support.

  1. Clone the Skill into your OpenClaw skills directory
  2. Set COINANK_API_KEY
  3. Ask the agent for funding rates, liquidations, long/short ratio, ETF data, and more
Usage Example
git clone https://github.com/coinank/coinank-openapi-skill.git \
  ~/.openclaw/skills/coinank-openapi-skill
export COINANK_API_KEY="your_api_key_here"
View GitHub
CoinAnk CLI
Terminal

Fetch funding rates, open interest, liquidations, klines, rankings, ETF data, and more from your terminal with JSON/CSV output.

  1. Use Node.js 18 or later
  2. Install coinank-cli globally
  3. Save your API key and run data commands directly
Usage Example
npm install -g coinank-cli
coinank config set apikey <your_key>
coinank fr current
coinank oi -c ETH --json
View GitHub
Häufig gestellte Fragen