{"api":"v1","generated_at":"2026-09-16T05:36:38.003Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/audio-halowerk-com-ad-slot-auction-ba34f9","pinned_page":"https://tollindex.com/e/audio-halowerk-com-ad-slot-auction-ba34f9/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"audio-halowerk-com-ad-slot-auction-ba34f9","canonical_url":"https://audio.halowerk.com/ad-slot-auction","resource":"https://audio.halowerk.com/ad-slot-auction","http_method":"POST","type":"http","x402_version":2,"registries":[],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Four actions on one endpoint. create opens a slot with its position, length, reserve price and closing time, and returns an admin token that only the opener holds. bid places a sealed bid, checked against the reserve, the slot length and the publisher's excluded categories before it is accepted — a rejected bid is recorded with its reason rather than silently dropped, so a bidder can see why it never competed.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-08-13T11:55:07.679Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"ad slot auction","category":"market-data","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-12T10:44:49.990Z","observation_began":"2026-09-10"},"presence":{"listed_now":false,"first_absent_at":"2026-09-12T14:15:33.386Z","delisting_confirmed_at":"2026-09-12T15:30:25.042Z","events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"},{"registry":"cdp","at":"2026-09-12T14:15:33.386Z","event":"delisted"},{"registry":"cdp","at":"2026-09-12T15:30:25.042Z","event":"delisting_confirmed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.004 USDC","amount_units":0.004,"decimals_known":true,"pay_to":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","scheme":"exact"}],"counters":{"observed_at":"2026-09-12T10:44:49.991Z","calls_30d":2,"unique_payers_30d":1,"last_called_at":"2026-08-13T11:55:06.874Z"},"validation":{"latest":{"observed_at":"2026-09-12T08:01:05.457Z","state":"pass","failed_checks":["bazaar.info.output"],"endpoint_http_status":402,"run_id":"daily-2026-09-12"},"uptime":[{"days":7,"observed":2,"passed":2,"ratio":1},{"days":30,"observed":2,"passed":2,"ratio":1},{"days":90,"observed":2,"passed":2,"ratio":1}],"history_90d":[{"observed_at":"2026-09-12T08:01:05.457Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:57:01.166Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","page":"https://tollindex.com/seller/0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","endpoints":1553,"hosts":67},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","asset":"USDC","version":"2","eip712Domain":{"name":"USD Coin","chainId":8453,"version":"2","verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"network_name":"Base Mainnet","assetTransferMethod":"eip3009"},"payTo":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","amount":"4000","scheme":"exact","network":"eip155:8453","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","recipient":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-13T11:55:06.874Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":1},"resource":"https://audio.halowerk.com/ad-slot-auction","extensions":{"bazaar":{"info":{"input":{"body":{"action":"create"},"type":"http","method":"POST","bodyType":"json"}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["action"],"properties":{"action":{"enum":["create","bid","close","status"],"type":"string","description":"create opens a slot, bid places a sealed bid, close settles it, status reads it."},"bidder":{"type":"string","maxLength":120,"description":"Who is bidding. bid only."},"category":{"type":"string","maxLength":40,"description":"Advertiser category, checked against the exclusions. bid only."},"position":{"enum":["pre_roll","mid_roll","post_roll"],"type":"string","description":"Where the slot sits in the content. create only."},"publisher":{"type":"string","maxLength":120,"description":"Name of the publisher offering the slot. create only."},"auction_id":{"type":"string","maxLength":64,"description":"Required for bid, close and status."},"slot_label":{"type":"string","maxLength":200,"description":"What is being sold, for example \"episode 41, mid-roll 2\". create only."},"admin_token":{"type":"string","maxLength":128,"description":"Required for close. Returned once by create."},"amount_usdc":{"type":"number","maximum":100000,"minimum":0,"description":"Sealed bid amount. bid only."},"reserve_usdc":{"type":"number","maximum":100000,"minimum":0,"description":"Price below which the slot is not sold. create only."},"slot_seconds":{"type":"integer","maximum":180,"minimum":5,"description":"Length of the slot. create only."},"closes_at_unix":{"type":"integer","minimum":0,"description":"Closing time in Unix seconds. create only. At most 30 days out."},"creative_seconds":{"type":"integer","maximum":180,"minimum":1,"description":"Length of the advertisement, checked against the slot. bid only."},"expected_listeners":{"type":"integer","maximum":100000000,"minimum":0,"description":"Reach the publisher claims. Recorded as a claim, not verified. create only."},"excluded_categories":{"type":"array","items":{"type":"string","maxLength":40},"maxItems":20,"description":"Advertiser categories the publisher refuses. create only."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}}}},"description":"Four actions on one endpoint. create opens a slot with its position, length, reserve price and closing time, and returns an admin token that only the opener holds. bid places a sealed bid, checked against the reserve, the slot length and the publisher's excluded categories before it is accepted — a rejected bid is recorded with its reason rather than silently dropped, so a bidder can see why it never competed.","lastUpdated":"2026-08-13T11:55:07.679Z","x402Version":2}]}}