---
name: hustle-v2-qddwxsqsl-emblem-062a811d.vercel.app
description: This host exposes a single endpoint that retrieves the Emblem ecosystem trading leaderboard for the BASE_USDC market. It returns paginated, ranked participant data with optional filtering and sorting by volume, transactions, referrals, aura, or PnL. It does not provide price feeds, order execution, or individual trade history.
host: hustle-v2-qddwxsqsl-emblem-062a811d.vercel.app
---

# hustle-v2-qddwxsqsl-emblem-062a811d.vercel.app

hustle-v2 is a narrow-purpose leaderboard API for the Emblem BASE_USDC trading market. It serves agents that need to surface ranked trader standings — for display, analytics, or competitive tracking — within the Emblem ecosystem. Its only distinguishing feature is support for multiple sort dimensions (volume, PnL, referrals, aura, transactions) and pagination over those rankings.

## When to use this host

Use this host when an agent needs ranked leaderboard standings for the Emblem BASE_USDC market, such as displaying top traders by volume or PnL, or paginating through participant rankings. Do not use it for real-time price data, OHLCV candles, or individual trade history — those require a dedicated market data or trade history host. Do not use it for leaderboards in other markets or ecosystems beyond Emblem BASE_USDC. Authentication requires both an apiKey and an emblemJwt, so agents must have both credentials available before invoking this skill.

## Capabilities

### Leaderboard Retrieval

Fetches paginated, ranked trading participant data for the Emblem BASE_USDC market, with optional filtering by query string and sorting by volume, transactions, referrals, aura, or PnL.

- **`fetch-emblem-base-usdc-leaderboard`** — Fetches the Emblem ecosystem trading leaderboard for the BASE_USDC market with pagination and optional filtering by query string and sort order.

## Skill reference

### `fetch-emblem-base-usdc-leaderboard`

**Emblem BASE_USDC Trading Leaderboard** — Fetches the Emblem ecosystem trading leaderboard for the BASE_USDC market with pagination and optional filtering by query string and sort order.

*Use when:* Use when an agent needs to retrieve ranked trading participants in the Emblem BASE_USDC market, optionally sorted by volume, transactions, referrals, aura, or PnL, with support for paginated results.

*Not for:* Do not use for real-time price feeds or individual trade history; this returns aggregate leaderboard rankings only.

**Inputs:**

- `page` (number) — The page number of the leaderboard to retrieve.
- `pageSize` (number) — The number of entries per page in the leaderboard.
- `query` (string) — Optional search/filter string to narrow leaderboard results.
- `orderBy` (string) — Field to sort the leaderboard by. Allowed values: volume, transactions, referrals, aura, pnl.
- `apiKey` (string) — Vault API key — alternative authentication to JWT.
- `emblemJwt` (string) — Emblem Vault JWT for authenticated requests; not required for this info-only tool.

**Returns:** Returns a tool name, a result object containing leaderboard entries, an ISO 8601 timestamp, and a callerType indicating authenticated or ephemeral access.

**Example:** `{"page": 1, "pageSize": 20, "orderBy": "volume"}`

---
