---
name: api.cope.capital
description: api.cope.capital exposes a single paginated endpoint that returns on-chain token buy and sell activity for tracked wallets across EVM and Solana networks. Each event includes wallet address, chain, token identifier, USD amount, action type, and timestamp. It is a snapshot feed, not a streaming or real-time data source.
host: api.cope.capital
---

# api.cope.capital

cope.capital is a wallet-activity tracking service focused on on-chain trading behavior. It serves agents that need to monitor or analyze what specific tracked wallets are buying and selling across multiple chains. Its distinguishing characteristic is the cross-chain (EVM + Solana) unified activity feed tied to named handles (fomo_handle), making it useful for social or copy-trading style analytics rather than raw market data.

## When to use this host

Use api.cope.capital when an agent needs a unified, cross-chain (EVM + Solana) list of recent token buys and sells attributed to specific tracked wallets, including USD amounts and timestamps. Do not use it for real-time price feeds, order book data, liquidity queries, or arbitrary wallet lookups — the feed covers only wallets already tracked by cope.capital. For live token prices or OHLCV data, route to a dedicated price-feed host such as a CoinGecko or Birdeye integration. For on-chain transaction history beyond tracked wallets, use a chain-native RPC or indexer service.

## Capabilities

### On-Chain Wallet Activity Feed

Retrieves a paginated snapshot of recent buy and sell events for tracked wallets across EVM and Solana chains, including token, USD value, wallet address, and timestamp per event.

- **`fetch-cope-activity-feed`** — Returns a paginated list of on-chain token buy/sell activity across EVM and Solana networks, including wallet, token, USD amount, and timestamp per event.

## Skill reference

### `fetch-cope-activity-feed`

**Cope Activity Feed** — Returns a paginated list of on-chain token buy/sell activity across EVM and Solana networks, including wallet, token, USD amount, and timestamp per event.

*Use when:* Use when an agent needs recent on-chain trading activity (buys/sells) for tracked wallets across Solana and EVM chains, including token identifiers, USD amounts, and action timestamps.

*Not for:* Do not use for real-time streaming price feeds or order book data; this is a snapshot activity feed, not a live price or liquidity source.

**Returns:** Returns an activity array where each element describes a single on-chain buy or sell event with id, fomo_handle, wallet, chain, action, token_mint, token_symbol, usd_amount, and timestamp.

**Example:** `POST https://api.cope.capital/v1/activity`

---
