πTokens
GET /count
curl -X GET https://api.aiis.dev/v2/token/count{
"totalRecorded": 1234
}GET /list
curl -X GET "https://api.aiis.dev/v2/token/list?page=1&pageSize=10&sortBy=latest"[
{
"address": "ELx3q1i5pbBihJp1fJe1yy8cBvHdBAHFaRrNVGiZx5Ai",
"chain": "Solana",
"name": "ip",
"symbol": "IP20",
"supply": "1000000000",
"model": "Bittensor",
"pool_address": "2jQdQ8cFKRZVPiKAVb3SMa4BKPFL8ZkqtBgRosHqbFV5",
"locker_address": "",
"deployer": "F9Wsf78trw9eMZDzwGNWhFmm4uwEzzFP57HrRwoiwpCG",
"created_at": "2025-02-26T07:34:26.621Z",
"generationId": "cm7llmi4b000nn20fstmgchhd",
"is_migrated": null,
"website": null,
"twitter": null,
"discord": null,
"coinGeckoId": null,
"coinMarketCapId": null,
"token_stats": {
"token_address": "ELx3q1i5pbBihJp1fJe1yy8cBvHdBAHFaRrNVGiZx5Ai",
"chain": "Solana",
"volume1": "0",
"volume4": "0",
"volume12": "0",
"volume24": "40.446",
"liquidity": "0",
"priceUSD": "0.000004103982260227859",
"change1": "0",
"change4": "0",
"change12": "0",
"change24": "0",
"mcap": 4103.982260227859
}
}
]Last updated