cURL
curl --request GET \ --url https://api.livesuite.app/stats/creator-fees/{tokenAddress} \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "creatorAddress": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM", "totalFees": 45000, "currency": "USD", "feesInSOL": 2250, "feesInToken": 1000000, "lastUpdated": "2024-01-15T10:30:00.000Z" }, "timestamp": "2024-01-15T10:30:00.000Z" }
Get creator fees for a specific token by looking up creator address automatically via Solana Tracker
API key for API authentication
Token mint address (will lookup creator address via Solana Tracker)
32 - 44
Creator fees information
true
Show child attributes
"2024-01-15T10:30:00.000Z"
Was this page helpful?