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
CODEBLOCK0
What You Get
Token Data
| Field | Description |
|---|
| INLINECODE0 | Current INCLAWNCH price in USD |
| INLINECODE1 |
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 |
|---|
| INLINECODE9 | Number of unique staking wallets |
| INLINECODE10 |
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 |
|---|
| INLINECODE17 | Total registered humans on Inclawbate |
| INLINECODE18 |
Humans with connected wallets |
|
top_skills | Array of
{skill, count} — most listed skills |
Example Response
CODEBLOCK1
Data Sources
- - DexScreener — token price, volume, liquidity (real-time)
- Supabase — staking positions, treasury stats, platform profiles
Token Info
| Detail | Value |
|---|
| Token | INCLAWNCH |
| Chain |
Base |
| Contract |
0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be |
| BaseScan | https://basescan.org/token/0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be |
Links
- - Skill Spec (JSON): https://inclawbate.com/api/inclawbate/skill/analytics
- Data Endpoint: https://inclawbate.com/api/inclawbate/analytics
- Skills Directory: https://inclawbate.com/skills
- Homepage: https://inclawbate.com
INCLAWNCH 分析 — 面向AI代理的代币与生态系统数据
Base链上INCLAWNCH代币生态系统的实时分析。一个端点返回所有数据:代币价格及1小时/6小时/24小时变化、交易量、流动性、市值、UBI质押TVL、质押者数量、APY估算、分配率以及平台增长指标。
无需API密钥。无需认证。公开且开放。
快速开始
bash
获取完整的生态系统分析数据
curl https://inclawbate.com/api/inclawbate/analytics
读取机器可读的技能规范
curl https://inclawbate.com/api/inclawbate/skill/analytics
你能获得什么
代币数据
| 字段 | 描述 |
|---|
| priceusd | 当前INCLAWNCH的美元价格 |
| pricechange_1h |
1小时价格变化百分比 |
| price
change6h | 6小时价格变化百分比 |
| price
change24h | 24小时价格变化百分比 |
| volume_24h | 24小时交易量(美元) |
| volume_6h | 6小时交易量(美元) |
| liquidity_usd | 池流动性(美元) |
| market_cap | 市值 |
| fdv | 完全稀释估值 |
质押数据
| 字段 | 描述 |
|---|
| totalstakers | 唯一质押钱包数量 |
| totalstaked |
质押的INCLAWNCH总量 |
| tvl_usd | 总锁仓价值(美元) |
| weekly
distributionrate | 每周分配的INCLAWNCH数量 |
| daily
distributionrate | 每日分配的INCLAWNCH数量 |
| total_distributed | 作为UBI分配的历史INCLAWNCH总量 |
| estimated_apy | 当前估算的质押APY百分比 |
| wallet
cappct | 每次分配中单个钱包可获得的最高百分比 |
平台数据
| 字段 | 描述 |
|---|
| totalhumans | Inclawbate上注册的总人数 |
| walletsconnected |
已连接钱包的用户数 |
| top_skills | {skill, count} 数组 — 最常列出的技能 |
示例响应
json
{
token: {
name: INCLAWNCH,
symbol: INCLAWNCH,
address: 0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be,
chain: Base,
price_usd: 0.025,
pricechange24h: -2.1,
volume_24h: 45000,
liquidity_usd: 120000,
market_cap: 2500000
},
staking: {
total_stakers: 42,
total_staked: 1500000,
tvl_usd: 37500,
weeklydistributionrate: 1000,
dailydistributionrate: 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
}
数据来源
- - DexScreener — 代币价格、交易量、流动性(实时)
- Supabase — 质押仓位、金库统计、平台资料
代币信息
Base |
| 合约地址 | 0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be |
| BaseScan | https://basescan.org/token/0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be |
链接
- - 技能规范(JSON): https://inclawbate.com/api/inclawbate/skill/analytics
- 数据端点: https://inclawbate.com/api/inclawbate/analytics
- 技能目录: https://inclawbate.com/skills
- 主页: https://inclawbate.com