/v1/collectionsList deduplicated mint opportunities
liveRead collection signals, inspect explainable scores and simulate execution boundaries through one consistent interface.
GET /v1/collections?chain=4663
authorization: Bearer ••••••••
x-stoop-version: 2026-08-14
200 OK · 84msThe proposed STOOP API is read-first. Public intelligence endpoints expose observed data and modeled outputs; execution simulation requires scoped authentication and never signs on behalf of a wallet.
/v1/collectionsList deduplicated mint opportunities
live/v1/collections/:idCollection signals, score and three reasons
live/v1/mints/streamServer-sent stream of detected mint activity
stream/v1/scores/:contractPRE or LIVE score anatomy
live/v1/simulationsSimulate calldata before wallet signature
guarded/v1/receipts/:walletRead execution receipts for a wallet
privatecurl --request GET \ --url https://api.stoop.fun/v1/collections?chain=4663 \ --header 'Authorization: Bearer STOOP_API_KEY'
{
"data": [{
"name": "Robinhood Skulls",
"chain_id": 4663,
"state": "LIVE",
"hot_score": 99,
"mint_price": "free",
"reasons": [
"315 mints observed",
"velocity leads cohort",
"wallet spread expanding"
]
}],
"fetched_at": "2026-08-14T12:24:00Z"
}Developer preview. This page documents the intended STOOP interface. It does not claim the public production API is live yet.