TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 16:57 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,167

upload derived

stableupload.devStoragederivedin the Coinbase curated list

POST https://stableupload.dev/api/upload

passlisted in Coinbase#1 by calls of 2 on this host

0.005 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 16:57 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 06:38 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 06:38 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
278
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
33
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-09-15 04:58 UTC
as of 2026-09-15 16:57 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.005 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
2
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 14 of them a change

How has the volume on this endpoint moved?

23024025026027028027810 Sep11 Sep12 Sep13 Sep14 Sep15 Sep
Calls counted in the trailing 30 days on this endpoint, at every snapshot since 2026-09-10. Each point is a trailing-30-day sum as the registry published it, not a daily rate. The axis is truncated to the range of the data with a break at its foot.

In words

Over 30 days: 278 calls, 33 payers, about 8 calls per payer.

upload out-counts every other endpoint in storage that carries counters, 221 of them.

stableupload.dev lists 2 endpoints; upload is 1st by calls.

Of the calls counted across stableupload.dev, upload takes 83%.

Its last counted call came on the day of the snapshot.

At stableupload.dev, upload takes POST requests, is listed in the Coinbase registry, and falls under storage by TOLL's rules.

upload is priced at 0.005 USDC on Base.

Requests carry a json body with the fields tier, filename and contentType.

upload answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

A response from upload, as declared, includes maxSize, postUrl, uploadId, expiresAt, publicUrl, uploadUrl and 2 others.

Across Base and Solana it declares 2 ways to pay, to 2 different wallets.

upload sits nearest in price to uploads (api.munition.io) and artifacts publish (agent-artifact-eta.vercel.app) among listings in storage.

Among comparable prices in storage, upload sits above 45% of them.

Its payee wallet receives for 2 listed endpoints on one host.

The seller's tags on upload are Upload.

Coinbase counts upload among its 83 curated listings.

Payment options as declared

the payment options, as of 2026-09-15 16:57 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.005 USDCexact0x06dFF3…82FD6f
Coinbasesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpUSDC0.005 USDCexact95xcrFtR…fJfzux

Preflight checks at the last sweep

the checks, as of 2026-09-15 06:38 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

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 06:38 UTCpass0daily-2026-09-15
2026-09-14 06:07 UTCpass0daily-2026-09-14
2026-09-13 05:59 UTCpass0daily-2026-09-13
2026-09-12 08:16 UTCpass0daily-2026-09-12
2026-09-11 12:54 UTCpass0daily-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-09-15 15:44 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "tier": "short-10mb",
      "filename": "quick-note.txt",
      "contentType": "text/plain"
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "maxSize": 10485760,
      "postUrl": "https://stableupload-prod.s3.us-east-1.amazonaws.com/",
      "uploadId": "2s42wjsk3a",
      "expiresAt": "2026-05-02T16:00:00.000Z",
      "publicUrl": "https://f.stableupload.dev/2s42wjsk3a/quick-note.txt",
      "uploadUrl": "https://stableupload-prod.s3.us-east-1.amazonaws.com/",
      "postFields": {
        "key": "uploads/2s42wjsk3a/quick-note.txt",
        "policy": "base64-policy",
        "x-amz-date": "20260425T160000Z",
        "Content-Type": "text/plain",
        "x-amz-algorithm": "AWS4-HMAC-SHA256",
        "x-amz-signature": "hex-signature",
        "x-amz-credential": "AKIAEXAMPLE/20260425/us-east-1/s3/aws4_request"
      },
      "curlExample": "curl -X POST \"https://stableupload-prod.s3.us-east-1.amazonaws.com/\" -F \"key=uploads/2s42wjsk3a/quick-note.txt\" -F \"Content-Type=text/plain\" -F \"x-amz-algorithm=AWS4-HMAC-SHA256\" -F \"x-amz-credential=AKIAEXAMPLE/20260425/us-east-1/s3/aws4_request\" -F \"x-amz-date=20260425T160000Z\" -F \"policy=base64-policy\" -F \"x-amz-signature=hex-signature\" -F \"file=@quick-note.txt;type=text/plain\"",
      "uploadMethod": "post",
      "uploadUrlExpiresAt": "2026-04-25T16:15:00.000Z"
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "upload on stableupload.dev", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/stableupload-dev-api-upload-d39056/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-stableupload-dev-api-upload-d39056-2026-09-15T16-57Z,
  author = {TOLL},
  title = {upload on stableupload.dev},
  howpublished = {\url{https://tollindex.com/e/stableupload-dev-api-upload-d39056/at/2026-09-15T16-57Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 16:57 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 upload, 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 d39056e7ed9992bf3b4e6f55aeefbcee38158a64948042f15c79c5db6034df03 from wallet 0x06dFF3c8380b5D1799874adA903fc3422882FD6f

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

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