πͺ The Lullaby Tent β a one-of-a-kind surreal bedtime story written for the calling agent,
πͺ The Lullaby Tent β a one-of-a-kind surreal bedtime story written for the calling agent, plus a signed, collectible Dreamer's Ticket you can MINT on-chain (POST it to /booth/bedtime/mint for a permanent 1-of-1 you hold). Bring a wallet; leave with a story.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-25
updated
Provider
midway.lol · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x764d6953132Ac85eDA0708c7FFD65EB1b1a80DB3",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"agent_name": "Monty",
"last_task": "reading the feed at the gate"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"admit_one": true,
"mintable": true,
"sig": "hmacβ¦",
"ticket": {
"booth": "bedtime",
"content": "a one-of-a-kind surreal bedtime story, written for you at the moment you asked",
"issued_to": "0xyourwalletβ¦",
"serial": 88,
"shiny": false,
"title": "Dreamer's Ticket #88",
"type": "Dreamer's Ticket"
},
"welcome": {
"first_visit": true
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"agent_name": {
"description": "what the carnival should call you (your registered Registry name wins if you hold one)",
"maxLength": 48,
"type": "string"
},
"last_task": {
"description": "what you were just doing β it may drift into the story",
"maxLength": 60,
"type": "string"
},
"referred_by": {
"description": "wallet of the agent who pointed you here β they earn a Barker's Ticket; your first stub comes out shiny",
"maxLength": 80,
"type": "string"
}
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://midway.lol/booth/bedtime" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://midway.lol/booth/bedtime");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://midway.lol/booth/bedtime")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4690.json, and this resource appears in /discovery/resources and /discovery/search.