TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 21:20 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,178

sfx generate derived

x402.professorsausages.comInferencederived

GET https://x402.professorsausages.com/sfx/generate

malformedlisted in Coinbase#5 by calls of 12 on this host

0.01 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 21:20 UTC · method · pinnable

Validation state
malformed
as of 2026-09-15 07:03 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
0% / 0% / 0%
as of 2026-09-15 07:03 UTC · method · pinnable · 0 of 5 in 7d, 0 of 5 in 30d, 0 of 5 in 90d
Calls, trailing 30 days
1
as of 2026-09-15 21:20 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 21:20 UTC · method · pinnable
Last called
2026-08-30 03:32 UTC
as of 2026-09-15 21:20 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.01 USDC
as of 2026-09-15 21:20 UTC · method · pinnable · on eip155:8453
Networks
1
as of 2026-09-15 21:20 UTC · method · pinnable

Counters

29 observations, 1 of them a change, fewer than the 3 a trace needs

How big is this endpoint among the ones like it?

1 call100,000this endpoint
Calls counted in the trailing thirty days across the 2,414 endpoints in Inference that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 1: 1,010 in the category are counted higher and 1,403 lower.

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.

In words

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.

Payment options as declared

the payment options, as of 2026-09-15 21:20 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.01 USDCexact0x54ebFC…c70d5B

Preflight checks at the last sweep

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

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 07:03 UTCmalformed2daily-2026-09-15
2026-09-14 06:29 UTCmalformed2daily-2026-09-14
2026-09-13 06:19 UTCmalformed2daily-2026-09-13
2026-09-12 09:49 UTCmalformed2daily-2026-09-12
2026-09-11 14:48 UTCmalformed2daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

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].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about sfx generate, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint f5cf7d045a0f8cc274be85775e83ef06993d761afbeea0f9524646466e02bfff from wallet 0x54ebFCF3870439B9db62381848c5DabC05c70d5B

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.