Nâng cấp tất cả các đặc quyền sinh thái Nắm bắt cơ hội trong thị trường tiền điện tử
VIP Quyền độc quyền và lợi ích Giao diện API tần số cao Tạo công cụ giao dịch chuyên nghiệp của bạn
Hỗ trợ đầy đủ Mcp Server/Openclaw
Mcp/Openclaw
Thanh toán hàng tháng
Thanh toán hàng năm
Xây dựng hệ sinh thái nhà phát triển
Tài nguyên và công cụ API
Tài liệu API
MCP
Skill
CLI
Dùng thử miễn phí
new
Người dùng mới được dùng thử miễn phí 7 ngày
Liên hệ CS & nhận
Tần suất yêu cầu30 Yêu cầu/Phút80 Yêu cầu/Phút300 Yêu cầu/Phút1200 Yêu cầu/Phút10-6000 Yêu cầu/Phút80 Yêu cầu/Phút
Dữ liệu lịch sử chỉ số
1 phút*/
3 phút*/
5 phút*/
15 phút*/
30 phút*/
1 giờ*/
2 giờ*/
4 giờ*/
6 giờ*/
12 giờ*/
24 giờ*/
8 giờ*/
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
Câu hỏi thường gặp