Atualize todos os privilégios ecológicos Aproveite a oportunidade no mercado de criptografia
Direitos e interesses exclusivos VIP Interface API de alta frequência Crie seu mecanismo de negociação profissional
Suporta totalmente Mcp Server/Openclaw
Mcp/Openclaw
Mensal
Anual
Construir ecossistema de desenvolvedores
Recursos e ferramentas de API
Documentação da API
MCP
Skill
CLI
Teste gratuito
new
Novos usuários ganham 7 dias de teste gratuito
Contatar CS & obter
Limite de Requisições30 Requisição/Minuto80 Requisição/Minuto300 Requisição/Minuto1200 Requisição/Minuto10-6000 Requisição/Minuto80 Requisição/Minuto
Dados Históricos dos Indicadores
1 minuto*/
3 minutos*/
5 minutos*/
15mm*/
30m*/
1 hora*/
2 horas*/
4 horas*/
6 horas*/
12 horas*/
24 horas*/
8 horas*/
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
Perguntas Frequentes