Integrate with Fixr's API for token analysis, builder tracking, security audits, and more. Access is tiered by FIXR staking or pay-per-call via x402.
https://fixr-agent.see21289.workers.dev
Stake FIXR tokens to unlock higher rate limits. Or pay $0.01 USDC per call via x402.
X-Wallet-Address: 0xYourWalletAddress
X-Payment-TxHash: 0xTransactionHash
When rate limited, pay $0.01 USDC on Base to bypass. Each transaction is single-use.
| Parameter | Value |
|---|---|
| Token | USDC on Base |
| Address | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| Recipient | 0xBe2Cc1861341F3b058A3307385BEBa84167b3fa4 |
| Amount | 10000 (0.01 USDC, 6 decimals) |
POST /api/token/analyze
Content-Type: application/json
{ "address": "0xTokenAddress" }
{
"success": true,
"analysis": {
"token": { "name": "...", "symbol": "...", "totalSupply": "..." },
"security": { "isHoneypot": false, "riskScore": 25 },
"liquidity": { "usd": 150000, "locked": true },
"holders": { "count": 1234, "topHolders": [...] }
}
}
{
"isHoneypot": false,
"reason": null,
"buyTax": 0,
"sellTax": 5
}
{
"topHolders": [
{ "address": "0x...", "balance": "1000000", "percentage": 10.5 }
]
}
?category=shipped|insight|discussion &limit=20
{
"builders": [
{ "fid": 123, "username": "builder", "shipCount": 15 }
]
}
{
"fid": 123,
"username": "builder",
"displayName": "Builder Name",
"ships": [...],
"stats": { ... }
}
{
"success": true,
"tier": "BUILDER",
"stakedAmount": "1500000000000000000000000",
"rateLimit": "20/min",
"nextTier": { "tier": "PRO", "required": "10M FIXR" }
}
{
"x402": {
"pricePerCall": "$0.01",
"token": { "address": "0x833589...", "symbol": "USDC" },
"recipient": "0xBe2Cc..."
}
}
POST /api/v1/security/audit
Content-Type: application/json
{ "address": "0xContractAddress", "network": "base" }
{
"success": true,
"audit": {
"address": "0x...",
"network": "base",
"vulnerabilities": [...],
"riskScore": 25,
"suggestions": [...]
}
}
{ "address": "0xWalletAddress", "network": "base" }
{
"success": true,
"wallet": "0x...",
"intel": {
"riskScore": 15,
"deployerHistory": [...],
"activityAnalysis": {...}
}
}
{
"success": true,
"token": "0x...",
"isRug": false,
"riskLevel": "low",
"indicators": [...]
}
{
"success": true,
"symbol": "DEGEN",
"sentiment": "bullish",
"mentions": 156,
"bankrMentions": {...}
}
{
"success": true,
"fid": 2574393,
"ethos": {
"score": 85,
"level": "high",
"factors": [...]
}
}
{
"success": true,
"wallet": "0x...",
"passport": {
"score": 72,
"credentials": [...]
},
"analysis": {...}
}
{
"success": true,
"builder": {
"fid": 123,
"username": "builder",
"ships": [...],
"reputation": {...}
}
}
{ "prompt": "futuristic city", "style": "cyberpunk" }
{
"success": true,
"imageUrl": "https://...",
"mimeType": "image/png"
}
{
"prompt": "rocket launching into space",
"duration": 5,
"aspectRatio": "16:9"
}
{
"success": true,
"taskId": "...",
"status": "processing"
}
{ "owner": "the-fixr", "repo": "project", "branch": "main" }
{
"success": true,
"repository": "the-fixr/project",
"analysis": {
"summary": "...",
"issues": [...],
"suggestions": [...]
}
}
| Contract | Address |
|---|---|
| FixrStaking | 0x39DbBa2CdAF7F668816957B023cbee1841373F5b |
| FixrFeeSplitter | 0x5bE1B904ce0Efbb2CC963aFd6E976f8F93AdC928 |
| Treasury | 0xBe2Cc1861341F3b058A3307385BEBa84167b3fa4 |
| USDC (Base) | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |