INCLAWNCH Analytics — Token & Ecosystem Data for AI Agents
Real-time analytics for the INCLAWNCH token ecosystem on Base. One endpoint returns everything: token price with 1h/6h/24h changes, volume, liquidity, market cap, UBI staking TVL, staker count, APY estimate, distribution rates, and platform growth metrics.
No API key. No auth. Public and open.
Quick Start
# Get full ecosystem analytics
curl "https://inclawbate.com/api/inclawbate/analytics"
# Read the machine-readable skill spec
curl "https://inclawbate.com/api/inclawbate/skill/analytics"
What You Get
Token Data
| Field |
Description |
price_usd |
Current INCLAWNCH price in USD |
price_change_1h |
1-hour price change % |
price_change_6h |
6-hour price change % |
price_change_24h |
24-hour price change % |
volume_24h |
24h trading volume (USD) |
volume_6h |
6h trading volume (USD) |
liquidity_usd |
Pool liquidity (USD) |
market_cap |
Market capitalization |
fdv |
Fully diluted valuation |
Staking Data
| Field |
Description |
total_stakers |
Number of unique staking wallets |
total_staked |
Total INCLAWNCH staked |
tvl_usd |
Total value locked (USD) |
weekly_distribution_rate |
INCLAWNCH distributed per week |
daily_distribution_rate |
INCLAWNCH distributed per day |
total_distributed |
All-time INCLAWNCH distributed as UBI |
estimated_apy |
Current estimated staking APY % |
wallet_cap_pct |
Max % any single wallet receives per distribution |
Platform Data
| Field |
Description |
total_humans |
Total registered humans on Inclawbate |
wallets_connected |
Humans with connected wallets |
top_skills |
Array of {skill, count} — most listed skills |
Example Response
{
"token": {
"name": "INCLAWNCH",
"symbol": "INCLAWNCH",
"address": "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be",
"chain": "Base",
"price_usd": 0.025,
"price_change_24h": -2.1,
"volume_24h": 45000,
"liquidity_usd": 120000,
"market_cap": 2500000
},
"staking": {
"total_stakers": 42,
"total_staked": 1500000,
"tvl_usd": 37500,
"weekly_distribution_rate": 1000,
"daily_distribution_rate": 142.86,
"estimated_apy": 24.5
},
"platform": {
"total_humans": 85,
"wallets_connected": 62,
"top_skills": [
{"skill": "design", "count": 18},
{"skill": "content", "count": 15}
]
},
"updated_at": "2026-02-18T12:00:00.000Z"
}
Data Sources
- DexScreener — token price, volume, liquidity (real-time)
- Supabase — staking positions, treasury stats, platform profiles
Token Info
Links
1---2name: inclawnch-analytics3description: Real-time INCLAWNCH token analytics on Base. Price, volume, liquidity, staking TVL, UBI APY, distribution rates, and platform metrics in a single API call. No API key needed. Use when: (1) user asks about INCLAWNCH price or market data, (2) checking UBI staking yields, (3) monitoring ecosystem health, (4) building dashboards or alerts.4---5
6# INCLAWNCH Analytics — Token & Ecosystem Data for AI Agents
7
8Real-time analytics for the INCLAWNCH token ecosystem on Base. One endpoint returns everything: token price with 1h/6h/24h changes, volume, liquidity, market cap, UBI staking TVL, staker count, APY estimate, distribution rates, and platform growth metrics.
9
10No API key. No auth. Public and open.
11
12## Quick Start
13
14```bash
15# Get full ecosystem analytics
16curl "https://inclawbate.com/api/inclawbate/analytics"
17
18# Read the machine-readable skill spec
19curl "https://inclawbate.com/api/inclawbate/skill/analytics"
20```
21
22## What You Get
23
24### Token Data
25| Field | Description |
26|-------|-------------|
27| `price_usd` | Current INCLAWNCH price in USD |
28| `price_change_1h` | 1-hour price change % |
29| `price_change_6h` | 6-hour price change % |
30| `price_change_24h` | 24-hour price change % |
31| `volume_24h` | 24h trading volume (USD) |
32| `volume_6h` | 6h trading volume (USD) |
33| `liquidity_usd` | Pool liquidity (USD) |
34| `market_cap` | Market capitalization |
35| `fdv` | Fully diluted valuation |
36
37### Staking Data
38| Field | Description |
39|-------|-------------|
40| `total_stakers` | Number of unique staking wallets |
41| `total_staked` | Total INCLAWNCH staked |
42| `tvl_usd` | Total value locked (USD) |
43| `weekly_distribution_rate` | INCLAWNCH distributed per week |
44| `daily_distribution_rate` | INCLAWNCH distributed per day |
45| `total_distributed` | All-time INCLAWNCH distributed as UBI |
46| `estimated_apy` | Current estimated staking APY % |
47| `wallet_cap_pct` | Max % any single wallet receives per distribution |
48
49### Platform Data
50| Field | Description |
51|-------|-------------|
52| `total_humans` | Total registered humans on Inclawbate |
53| `wallets_connected` | Humans with connected wallets |
54| `top_skills` | Array of `{skill, count}` — most listed skills |
55
56## Example Response
57
58```json
59{
60 "token": {
61 "name": "INCLAWNCH",
62 "symbol": "INCLAWNCH",
63 "address": "0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be",
64 "chain": "Base",
65 "price_usd": 0.025,
66 "price_change_24h": -2.1,
67 "volume_24h": 45000,
68 "liquidity_usd": 120000,
69 "market_cap": 2500000
70 },
71 "staking": {
72 "total_stakers": 42,
73 "total_staked": 1500000,
74 "tvl_usd": 37500,
75 "weekly_distribution_rate": 1000,
76 "daily_distribution_rate": 142.86,
77 "estimated_apy": 24.5
78 },
79 "platform": {
80 "total_humans": 85,
81 "wallets_connected": 62,
82 "top_skills": [
83 {"skill": "design", "count": 18},
84 {"skill": "content", "count": 15}
85 ]
86 },
87 "updated_at": "2026-02-18T12:00:00.000Z"
88}
89```
90
91## Data Sources
92
93- **DexScreener** — token price, volume, liquidity (real-time)
94- **Supabase** — staking positions, treasury stats, platform profiles
95
96## Token Info
97
98| Detail | Value |
99|--------|-------|
100| Token | INCLAWNCH |
101| Chain | Base |
102| Contract | `0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be` |
103| BaseScan | https://basescan.org/token/0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be |
104
105## Links
106
107- **Skill Spec (JSON):** https://inclawbate.com/api/inclawbate/skill/analytics
108- **Data Endpoint:** https://inclawbate.com/api/inclawbate/analytics
109- **Skills Directory:** https://inclawbate.com/skills
110- **Homepage:** https://inclawbate.com