ترقية جميع الامتيازات البيئية اغتنم الفرصة في سوق التشفير
VIP الحقوق الحصرية والاهتمامات واجهة واجهة برمجة تطبيقات عالية التردد ، قم بإنشاء محرك التداول المهني الخاص بك
يدعم بالكامل Mcp Server/Openclaw
Mcp/Openclaw
دفع شهري
دفع سنوي
بناء منظومة المطورين
موارد وأدوات API
وثائق الواجهة البرمجية
MCP
Skill
CLI
تجربة مجانية
new
المستخدمون الجدد يحصلون على 7 أيام تجربة مجانية
اتصل بـ CS واحصل
معدل الطلبات30 طلب/دقيقة80 طلب/دقيقة300 طلب/دقيقة1200 طلب/دقيقة10-6000 طلب/دقيقة80 طلب/دقيقة
بيانات المؤشرات التاريخية
دقيقة واحدة*/
3 دقائق*/
5 دقائق*/
15 دقيقة*/
30 دقيقة*/
ساعة واحدة*/
ساعتان*/
4 ساعات*/
6 ساعات*/
12 ساعة*/
24 ساعة*/
8 ساعات*/
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
الأسئلة الشائعة