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://agent.fixr.nexus
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
X-Payment-Chain: solana X-Payment-TxHash: YourSolanaSignature
Pay $0.01 USDC on Base or Solana to access premium endpoints. Each transaction is single-use.
Base (EVM)
| Parameter | Value |
|---|---|
| Token | USDC on Base (Chain ID 8453) |
| USDC Address | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| Recipient | 0xBe2Cc1861341F3b058A3307385BEBa84167b3fa4 |
| Amount | 10000 (0.01 USDC, 6 decimals) |
| Header | X-Payment-TxHash: 0x... |
Solana
| Parameter | Value |
|---|---|
| Token | USDC on Solana (mainnet-beta) |
| USDC Mint | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v |
| Recipient | 96vRDBvjR2FhtzH5WtawLWdLh1dFmZjnY4DEsmjaEvuU |
| Amount | 10000 (0.01 USDC, 6 decimals) |
| Headers | X-Payment-Chain: solana + X-Payment-TxHash: <sig> |
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": {
"version": 2,
"pricePerCall": "$0.01 USDC",
"chains": {
"base": { "token": "0x833589...", "recipient": "0xBe2Cc..." },
"solana": { "mint": "EPjFWdd5...", "recipient": "96vRDB..." }
},
"headers": { "payment": "X-Payment-TxHash", "chain": "X-Payment-Chain" }
}
}
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": [...]
}
}
Base (EVM)
| Contract | Address |
|---|---|
| FixrStaking | 0x39DbBa2CdAF7F668816957B023cbee1841373F5b |
| FixrFeeSplitter | 0x5bE1B904ce0Efbb2CC963aFd6E976f8F93AdC928 |
| Treasury | 0xBe2Cc1861341F3b058A3307385BEBa84167b3fa4 |
| USDC | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
Solana
| Account | Address |
|---|---|
| Treasury | 96vRDBvjR2FhtzH5WtawLWdLh1dFmZjnY4DEsmjaEvuU |
| USDC Mint | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v |