すべての生態学的特権をアップグレードします 暗号市場で機会をつかみます
VIP独占的権利と関心高周波数APIインターフェイスプロフェッショナルトレーディングエンジンを作成する
Mcp Server/Openclaw を全面サポート
Mcp/Openclaw
月払い
年払い
開発者エコシステムを構築
API リソースとツール
APIドキュメント
MCP
Skill
CLI
無料トライアル
new
新規ユーザーは7日間無料トライアル
CS連絡で受取
リクエスト頻度30 リクエスト/分80 リクエスト/分300 リクエスト/分1200 リクエスト/分10-6000 リクエスト/分80 リクエスト/分
指標履歴データ
1分*/
3分*/
5分*/
15分*/
30分*/
1時間*/
2時間*/
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
よくある質問