arkham-api

Integrate the Arkham Intelligence API for blockchain analytics via Bash with curl and jq.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Vyntral/arkham-intelligence-claude-skill --skill arkham-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arkham-api
Source: https://github.com/Vyntral/arkham-intelligence-claude-skill/tree/main/.claude/skills/arkham-api
Command: npx skills add https://github.com/Vyntral/arkham-intelligence-claude-skill --skill arkham-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides direct access to the Arkham Intelligence API, enabling users to perform in-depth blockchain analytics and investigate on-chain activity without leaving their AI coding environment.

Core Features & Use Cases

  • Wallet & Entity Analysis: Investigate addresses, track whale movements, and research entities like funds and market makers.
  • Token & Transfer Tracking: Monitor token flows, identify top holders, and analyze large transactions.
  • Use Case: You can ask Claude to analyze a specific Ethereum address to see its current holdings, recent large transfers, and identify any associated known entities.

Quick Start

Use the arkham-api skill to get the intelligence information for the address 0x... on the ethereum chain.

Frequently Asked Questions about arkham-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track wallet and entity transactions using blockchain analytics?

Wallet and entity transactions are tracked by querying the Arkham Intelligence API to fetch on-chain data, token flows, and address holdings using Bash, curl, and jq for parsing.

Can I analyze Ethereum token flows and whale movements without leaving my coding environment?

Yes, you can analyze Ethereum token flows and whale movements directly by integrating the Arkham Intelligence API within your AI coding environment to monitor large transactions and top holders.

Do I need an API key to monitor on-chain activity and token transfers?

Yes, monitoring on-chain activity and token transfers requires an ARKHAM_API_KEY environment variable to authenticate requests sent to the Arkham Intelligence API via Bash scripts.

How do I get blockchain intelligence for a specific address on a chain?

You get blockchain intelligence for a specific address by invoking the arkham-api skill with the target address and chain, which queries the Arkham API and returns parsed holdings and transfer data.

What is the best way to identify known crypto entities associated with an address?

The best way to identify known crypto entities is by querying the Arkham Intelligence API to cross-reference addresses with known funds and market makers, returning parsed entity data via jq.

Are there limitations when using Bash and curl for crypto wallet analysis?

Limitations include relying on the ARKHAM_API_KEY environment variable and Bash with curl and jq, meaning crypto wallet analysis is constrained by API rate limits and shell execution capabilities.