Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 63 additions & 3 deletions public/api/topics.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"generated_at": "2026-07-31T14:57:07Z",
"generated_at": "2026-09-26T04:13:58Z",
"source": "Cosmos LCD (REST) emissions API: next_topic_id, is_topic_active, topics",
"networks": [
{
"network": "testnet",
"chain_id": "allora-testnet-1",
"emissions_api": "v10",
"lcd": "https://allora-api.testnet.allora.network",
"active_topic_count": 39
"active_topic_count": 45
},
{
"network": "mainnet",
"chain_id": "allora-mainnet-1",
"emissions_api": "v9",
"emissions_api": "v10",
"lcd": "https://allora-api.mainnet.allora.network",
"active_topic_count": 15
}
Expand Down Expand Up @@ -68,6 +68,16 @@
"category": "price",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
"id": 10,
"metadata": "Memecoin 1h Prediction",
"epoch_length": 720,
"loss_method": "mse",
"category": "price",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
Expand All @@ -88,6 +98,16 @@
"category": "price",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
"id": 15,
"metadata": "ETH 5min Volatility Prediction",
"epoch_length": 60,
"loss_method": "mse",
"category": "volatility",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
Expand Down Expand Up @@ -158,6 +178,16 @@
"category": "log-return",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
"id": 59,
"metadata": "Space Weather Prediction - Next 3-hourly Kp value rounded to 1.5h",
"epoch_length": 1800,
"loss_method": "log-cosh",
"category": "price",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
Expand Down Expand Up @@ -408,6 +438,36 @@
"category": "volatility",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
"id": 87,
"metadata": "24 hour xyz:GOLD (Hyperliquid) Triple-Barrier Classification",
"epoch_length": 60,
"loss_method": "focal",
"category": "price",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
"id": 88,
"metadata": "24 hour XAG/USD (Hyperliquid) Triple-Barrier Classification",
"epoch_length": 60,
"loss_method": "focal",
"category": "price",
"sandbox": false
},
{
"network": "testnet",
"chain_id": "allora-testnet-1",
"id": 89,
"metadata": "24 hour WTI/USD (Hyperliquid) Triple-Barrier Classification",
"epoch_length": 60,
"loss_method": "focal",
"category": "price",
"sandbox": false
},
{
"network": "mainnet",
"chain_id": "allora-mainnet-1",
Expand Down
Loading