malformedlisted in Coinbase#5 by calls of 12 on this host
0.01 USDC
per call, as the listing declares it on eip155:
- Validation state
- malformed
- Uptime, 7 / 30 / 90 days
- 0% / 0% / 0%
- Calls, trailing 30 days
- 1
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-08-30 03:32 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.01 USDC
- Networks
- 1
How big is this endpoint among the ones like it?
No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 29 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.
On 2026-09-15, sfx generate returned 402 but failed the required check bazaar.routeTemplate.matches_resource.
For sfx generate the failing check asks whether the declared route template matches the resource path.
sfx generate answers GET requests at x402.professorsausages.com; it is listed in the Coinbase registry and TOLL files it under inference.
sfx generate is priced at 0.01 USDC on Base.
Callers of sfx generate supply the query parameters bits, seed, format, preset and sampleRate.
A object output is declared and no example is given.
sfx generate drew a single call from a single payer in the trailing 30 days.
The last call to sfx generate came 17 days before the snapshot, 2026-08-30.
Of x402.professorsausages.com's 12 listings, sfx generate ranks tied 5th by calls with 7 others.
5% of the host's counted calls go to it.
sfx generate is priced above 25% of comparable listings in inference.
Closest in price to sfx generate within inference: profiler perp pnl summary at api.nansen.ai and getfullnamematch at api.interzoid.com.
The wallet paid by sfx generate is the payee of 12 endpoints on one host.
Seller tags: sfx, audio, 8-bit and gamedev; seller label: "audio".
The price of sfx generate is declared by 915 other listings in inference too.
the payment options, as of 2026-09-15 21:20 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.01 USDC | exact | 0x54ebFC…c70d5B |
the checks, as of 2026-09-15 07:03 UTC · method · pinnableendpoint answered HTTP 402
bazaar.info.output.example· advisory, does not affect the verdict · an output example is provided (advisory)bazaar.routeTemplate.matches_resource· the declared route template matches the resource path
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 07:03 UTC | malformed | 2 | daily-2026-09-15 |
| 2026-09-14 06:29 UTC | malformed | 2 | daily-2026-09-14 |
| 2026-09-13 06:19 UTC | malformed | 2 | daily-2026-09-13 |
| 2026-09-12 09:49 UTC | malformed | 2 | daily-2026-09-12 |
| 2026-09-11 14:48 UTC | malformed | 2 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- listed in Coinbase
From the registry record, not validated by TOLL.the declared schema, as of 2026-08-30 03:32 UTC · method · live
The input and output block
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"bits": "Bit depth. Overrides the format profile; the override is echoed in formatOverride.",
"seed": "Integer seed. Omit for a random seed, which is echoed back.",
"format": "Fidelity profile: wav is 44.1k/16, wav8 is 44.1k/8, retro is 22k/8. Explicit bits/sampleRate override it.",
"preset": "Preset name or alias. See /sfx/presets for the full list.",
"sampleRate": "Sample rate in Hz. Overrides the format profile; the override is echoed in formatOverride."
}
},
"output": {
"type": "object",
"required": [
"seed",
"wav_base64",
"params"
],
"properties": {
"seed": {
"type": "integer",
"description": "The integer seed used — pass it back for byte-identical output."
},
"format": {
"enum": [
"wav16",
"wav8",
"retro",
"custom"
],
"type": "string",
"description": "The fidelity profile actually rendered (not necessarily the one requested)."
},
"params": {
"type": "object",
"properties": {
"p_duty": {
"type": "number"
},
"p_arp_mod": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"sound_vol": {
"type": "number"
},
"wave_type": {
"enum": [
0,
1,
2,
3
],
"type": "integer"
},
"p_hpf_freq": {
"type": "number"
},
"p_hpf_ramp": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"p_lpf_freq": {
"type": "number"
},
"p_lpf_ramp": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"p_pha_ramp": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"p_arp_speed": {
"type": "number"
},
"p_base_freq": {
"type": "number"
},
"p_duty_ramp": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"p_env_decay": {
"type": "number"
},
"p_env_punch": {
"type": "number"
},
"p_freq_ramp": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"p_vib_speed": {
"type": "number"
},
"sample_rate": {
"type": "integer"
},
"sample_size": {
"enum": [
8,
16
],
"type": "integer"
},
"p_env_attack": {
"type": "number"
},
"p_freq_dramp": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"p_freq_limit": {
"type": "number"
},
"p_pha_offset": {
"type": "number",
"description": "SIGNED [-1,1]"
},
"p_env_sustain": {
"type": "number"
},
"p_repeat_speed": {
"type": "number"
},
"p_vib_strength": {
"type": "number"
},
"p_lpf_resonance": {
"type": "number"
}
},
"description": "SFXR synthesis parameters. wave_type: 0=square,1=sawtooth,2=sine,3=noise. All p_* are on [0,1] except SIGNED ones on [-1,1]. sample_rate/sample_size reflect the chosen output."
},
"preset": {
"type": "string"
},
"clipped": {
"type": "integer",
"description": "Samples clamped to range (0 = clean)."
},
"mimeType": {
"enum": [
"audio/wav"
],
"type": "string"
},
"byteLength": {
"type": "integer",
"description": "Total WAV size in bytes."
},
"durationMs": {
"type": "integer"
},
"sampleRate": {
"type": "integer"
},
"wav_base64": {
"type": "string",
"description": "Base64-encoded WAV (RIFF PCM, mono)."
},
"sampleCount": {
"type": "integer"
},
"bitsPerSample": {
"enum": [
8,
16
],
"type": "integer"
},
"formatOverride": {
"type": "object",
"required": [
"requested",
"applied",
"overriddenBy",
"detail"
],
"properties": {
"detail": {
"type": "string"
},
"applied": {
"enum": [
"wav16",
"wav8",
"retro",
"custom"
],
"type": "string"
},
"requested": {
"type": "string",
"description": "The `format` the caller sent."
},
"overriddenBy": {
"type": "array",
"items": {
"enum": [
"bits",
"sampleRate"
],
"type": "string"
}
}
},
"description": "Only present when explicit bits/sampleRate overrode the requested `format`."
}
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-15 21:20 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "sfx generate on x402.professorsausages.com", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/x402-professorsausages-com-sfx-generate-f5cf7d/at/2026-09-15T21-20Z. Accessed [access date].
BibTeX
@misc{toll-e-x402-professorsausages-com-sfx-generate-f5cf7d-2026-09-15T21-20Z,
author = {TOLL},
title = {sfx generate on x402.professorsausages.com},
howpublished = {\url{https://tollindex.com/e/x402-professorsausages-com-sfx-generate-f5cf7d/at/2026-09-15T21-20Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-15 21:20 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.