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

pack plan derived

pack.api.williamrobinson.devMediaderived

POST https://pack.api.williamrobinson.dev/v1/pack/plan

passlisted in Coinbasecounted above 34% of Media

0.05 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 05:00 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 05:00 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
2
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-09-11 00:11 UTC
as of 2026-09-15 16:57 UTC · method · pinnable
First observed by TOLLderived
2026-09-11
as of 2026-09-11 03:04 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.05 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
1
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

22 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 481 endpoints in Media that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 2: 215 in the category are counted higher and 265 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 22 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

pack.api.williamrobinson.dev serves pack plan, a POST endpoint that TOLL places in media, listed in the Coinbase registry.

On Base, pack plan asks 0.05 USDC per call.

Requests carry a json body with the fields items, units, cartons, objective and dimensionalDivisor.

pack plan returns json; the example shows tools, units, checks, status, cartons, summary and 2 others.

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

pack plan is the only listed endpoint on pack.api.williamrobinson.dev.

One payer accounts for all 2 calls to pack plan over 30 days.

pack plan was last called 5 days before the snapshot.

Closest in price to pack plan within media: tts at agent402.tools and images grok imagine at agents.withzero.xyz.

pack plan is priced above 72% of comparable listings in media.

The wallet paid by pack plan is the payee of 12 endpoints across 12 hosts.

The seller's tags on pack plan are packing, cartonization, shipping and bin-packing.

27 other listings in media declare exactly the same price.

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.05 USDCexact0x260263…9366da

Preflight checks at the last sweep

the checks, as of 2026-09-15 05:00 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 05:00 UTCpass0daily-2026-09-15
2026-09-14 04:52 UTCpass0daily-2026-09-14
2026-09-13 04:50 UTCpass0daily-2026-09-13
2026-09-12 07:06 UTCpass0daily-2026-09-12
2026-09-11 10:45 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-11 00:11 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "items": [
        {
          "id": "book-hardcover",
          "label": "Hardcover book",
          "weight": 0.9,
          "fragile": false,
          "quantity": 4,
          "rotation": "any",
          "dimensions": [
            24,
            16,
            4
          ]
        },
        {
          "id": "ceramic-mug",
          "label": "Ceramic mug",
          "weight": 0.35,
          "fragile": true,
          "maxLoad": 0.5,
          "quantity": 6,
          "rotation": "upright",
          "dimensions": [
            12,
            9,
            9
          ]
        },
        {
          "id": "phone-case",
          "group": "accessories",
          "label": "Phone case",
          "weight": 0.08,
          "fragile": false,
          "quantity": 12,
          "rotation": "any",
          "dimensions": [
            16,
            8,
            2
          ]
        }
      ],
      "units": {
        "length": "cm",
        "weight": "kg"
      },
      "cartons": [
        {
          "id": "small-box",
          "cost": 0.9,
          "label": "Small shipping box",
          "available": 10,
          "maxWeight": 10,
          "tareWeight": 0.3,
          "innerDimensions": [
            30,
            22,
            18
          ]
        },
        {
          "id": "medium-box",
          "cost": 1.6,
          "label": "Medium shipping box",
          "available": 6,
          "maxWeight": 20,
          "tareWeight": 0.6,
          "innerDimensions": [
            32,
            24,
            18
          ]
        }
      ],
      "objective": "fewest-cartons",
      "dimensionalDivisor": 5000
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "tools": {
        "solver": "pack-solver/1.0"
      },
      "units": {
        "length": "cm",
        "weight": "kg"
      },
      "checks": [
        {
          "code": "units_accounted",
          "detail": "Every requested unit is accounted for as packed or unpacked.",
          "status": "passed"
        },
        {
          "code": "group_colocated",
          "detail": "Every group's units share a single carton or are entirely unpacked.",
          "status": "passed"
        },
        {
          "code": "no_duplicate_units",
          "detail": "No (item, unit) pair is placed more than once.",
          "status": "passed"
        },
        {
          "code": "carton_supply",
          "detail": "Cartons used stay within each type's available supply and the job cap.",
          "status": "passed"
        }
      ],
      "status": "passed",
      "cartons": [
        {
          "id": "C1",
          "checks": [
            {
              "code": "containment",
              "detail": "Every placement's origin and size stays within the carton's inner dimensions.",
              "status": "passed"
            },
            {
              "code": "no_overlap",
              "detail": "No two placements in this carton occupy overlapping volume.",
              "status": "passed"
            },
            {
              "code": "support",
              "detail": "Every placement meets the 0.6 minimum support ratio.",
              "status": "passed"
            },
            {
              "code": "fragile_on_top",
              "detail": "No placement rests on a fragile item.",
              "status": "passed"
            },
            {
              "code": "carton_weight",
              "detail": "Total contents weight is within the carton's maximum.",
              "status": "passed"
            },
            {
              "code": "max_load",
              "detail": "No placement carries more weight above it than its declared maxLoad.",
              "status": "passed"
            },
            {
              "code": "dimensional_weight_computed",
              "detail": "Dimensional and billable weight match volume/divisor and max(actual, dimensional).",
              "status": "passed"
            },
            {
              "code": "carton_identity",
              "detail": "Reported carton innerDimensions match the referenced carton type.",
              "status": "passed"
            },
            {
              "code": "orientation",
              "detail": "Every placement's size and orientation match the item's dimensions and rotation policy.",
              "status": "passed"
            },
            {
              "code": "support_ratio_reported",
              "detail": "Every placement's reported supportRatio matches the recomputed value.",
              "status": "passed"
            }
          ],
          "cartonId": "medium-box",
          "placements": [
            {
              "size": [
                24,
                16,
                4
              ],
              "step": 1,
              "unit": 2,
              "itemId": "book-hardcover",
              "origin": [
                0,
                0,
                0
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                4,
                24,
                16
              ],
              "step": 2,
              "unit": 0,
              "itemId": "book-hardcover",
              "origin": [
                24,
                0,
                0
              ],
              "orientation": 5,
              "supportRatio": 1
            },
            {
              "size": [
                4,
                24,
                16
              ],
              "step": 3,
              "unit": 1,
              "itemId": "book-hardcover",
              "origin": [
                28,
                0,
                0
              ],
              "orientation": 5,
              "supportRatio": 1
            },
            {
              "size": [
                12,
                9,
                9
              ],
              "step": 4,
              "unit": 2,
              "itemId": "ceramic-mug",
              "origin": [
                0,
                0,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                12,
                9,
                9
              ],
              "step": 5,
              "unit": 4,
              "itemId": "ceramic-mug",
              "origin": [
                12,
                0,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                12,
                9,
                9
              ],
              "step": 6,
              "unit": 0,
              "itemId": "ceramic-mug",
              "origin": [
                0,
                9,
                4
              ],
              "orientation": 0,
              "supportRatio": 0.777778
            },
            {
              "size": [
                12,
                9,
                9
              ],
              "step": 7,
              "unit": 1,
              "itemId": "ceramic-mug",
              "origin": [
                12,
                9,
                4
              ],
              "orientation": 0,
              "supportRatio": 0.777778
            }
          ],
          "actualWeight": 4.7,
          "billableWeight": 4.7,
          "contentsWeight": 4.1,
          "innerDimensions": [
            32,
            24,
            18
          ],
          "dimensionalWeight": 2.7648,
          "volumeUtilization": 0.614583
        },
        {
          "id": "C2",
          "checks": [
            {
              "code": "containment",
              "detail": "Every placement's origin and size stays within the carton's inner dimensions.",
              "status": "passed"
            },
            {
              "code": "no_overlap",
              "detail": "No two placements in this carton occupy overlapping volume.",
              "status": "passed"
            },
            {
              "code": "support",
              "detail": "Every placement meets the 0.6 minimum support ratio.",
              "status": "passed"
            },
            {
              "code": "fragile_on_top",
              "detail": "No placement rests on a fragile item.",
              "status": "passed"
            },
            {
              "code": "carton_weight",
              "detail": "Total contents weight is within the carton's maximum.",
              "status": "passed"
            },
            {
              "code": "max_load",
              "detail": "No placement carries more weight above it than its declared maxLoad.",
              "status": "passed"
            },
            {
              "code": "dimensional_weight_computed",
              "detail": "Dimensional and billable weight match volume/divisor and max(actual, dimensional).",
              "status": "passed"
            },
            {
              "code": "carton_identity",
              "detail": "Reported carton innerDimensions match the referenced carton type.",
              "status": "passed"
            },
            {
              "code": "orientation",
              "detail": "Every placement's size and orientation match the item's dimensions and rotation policy.",
              "status": "passed"
            },
            {
              "code": "support_ratio_reported",
              "detail": "Every placement's reported supportRatio matches the recomputed value.",
              "status": "passed"
            }
          ],
          "cartonId": "medium-box",
          "placements": [
            {
              "size": [
                24,
                16,
                4
              ],
              "step": 8,
              "unit": 3,
              "itemId": "book-hardcover",
              "origin": [
                0,
                0,
                0
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                8,
                16,
                2
              ],
              "step": 9,
              "unit": 0,
              "itemId": "phone-case",
              "origin": [
                24,
                0,
                0
              ],
              "orientation": 1,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 10,
              "unit": 1,
              "itemId": "phone-case",
              "origin": [
                0,
                16,
                0
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 11,
              "unit": 2,
              "itemId": "phone-case",
              "origin": [
                16,
                16,
                0
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                8,
                16,
                2
              ],
              "step": 12,
              "unit": 3,
              "itemId": "phone-case",
              "origin": [
                24,
                0,
                2
              ],
              "orientation": 1,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 13,
              "unit": 4,
              "itemId": "phone-case",
              "origin": [
                0,
                16,
                2
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 14,
              "unit": 5,
              "itemId": "phone-case",
              "origin": [
                16,
                16,
                2
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 15,
              "unit": 6,
              "itemId": "phone-case",
              "origin": [
                0,
                0,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 16,
              "unit": 7,
              "itemId": "phone-case",
              "origin": [
                16,
                0,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 17,
              "unit": 8,
              "itemId": "phone-case",
              "origin": [
                0,
                8,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 18,
              "unit": 9,
              "itemId": "phone-case",
              "origin": [
                16,
                8,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 19,
              "unit": 10,
              "itemId": "phone-case",
              "origin": [
                0,
                16,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                16,
                8,
                2
              ],
              "step": 20,
              "unit": 11,
              "itemId": "phone-case",
              "origin": [
                16,
                16,
                4
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                12,
                9,
                9
              ],
              "step": 21,
              "unit": 5,
              "itemId": "ceramic-mug",
              "origin": [
                0,
                0,
                6
              ],
              "orientation": 0,
              "supportRatio": 1
            },
            {
              "size": [
                12,
                9,
                9
              ],
              "step": 22,
              "unit": 3,
              "itemId": "ceramic-mug",
              "origin": [
                12,
                0,
                6
              ],
              "orientation": 0,
              "supportRatio": 1
            }
          ],
          "actualWeight": 3.16,
          "billableWeight": 3.16,
          "contentsWeight": 2.56,
          "innerDimensions": [
            32,
            24,
            18
          ],
          "dimensionalWeight": 2.7648,
          "volumeUtilization": 0.473958
        }
      ],
      "summary": {
        "totalCost": 3.2,
        "cartonsUsed": 2,
        "unitsPacked": 22,
        "unitsRequested": 22,
        "totalActualWeight": 7.86,
        "averageUtilization": 0.5442705,
        "totalBillableWeight": 7.86
      },
      "unpacked": [],
      "warnings": [],
      "artifacts": [
        {
          "href": "https://pack.api.williamrobinson.dev/v1/pack/artifacts/0123456789abcdef0123456789abcdef0123456789abcdef/packing.json",
          "name": "packing.json",
          "sha256": "9aa3b44351258c944cb058f841c09472e7cc42a98680aee5143e7364bd3574f0",
          "mediaType": "application/json",
          "sizeBytes": 13262
        },
        {
          "href": "https://pack.api.williamrobinson.dev/v1/pack/artifacts/0123456789abcdef0123456789abcdef0123456789abcdef/packing-list.csv",
          "name": "packing-list.csv",
          "sha256": "7b6c12248cb09a3ed2686df7a51ee9b0d9230c2408fa54f52ab6aae38dd9e1c9",
          "mediaType": "text/csv; charset=utf-8",
          "sizeBytes": 1350
        },
        {
          "href": "https://pack.api.williamrobinson.dev/v1/pack/artifacts/0123456789abcdef0123456789abcdef0123456789abcdef/preview.svg",
          "name": "preview.svg",
          "sha256": "02ccb2861525080545ac832126de2caafd76602889adc84ae2461c3e6856d362",
          "mediaType": "image/svg+xml",
          "sizeBytes": 13630
        },
        {
          "href": "https://pack.api.williamrobinson.dev/v1/pack/artifacts/0123456789abcdef0123456789abcdef0123456789abcdef/preview.png",
          "name": "preview.png",
          "sha256": "23ec4b3ae13740d31f17e13ff20b32dce5907cc8f0ba8802a1b3b8b19e0265d3",
          "mediaType": "image/png",
          "sizeBytes": 124475
        }
      ],
      "expiresAt": "2026-01-04T03:04:05.000Z",
      "truncated": false,
      "limitations": [
        "Packing assumes rigid, axis-aligned rectangular items and cartons; irregular shapes, cushioning, dunnage, and pallets are not modeled.",
        "Support and load-bearing checks use a simplified base-area-overlap and weight-propagation model, not a physics simulation; shifting in transit and dynamic loads are not modeled.",
        "No carrier rate tables, zone pricing, or multi-drop sequencing are applied; the dimensional divisor is the only volumetric-weight input.",
        "The arrangement returned is the best validated arrangement this solver found within its restart budget, not a proven optimum.",
        "Geometry is computed on an internal 0.1 mm / 1 g working grid (dimensions and weights round half up to that grid); a positive value below the grid is rejected rather than silently rounded to zero, and per-axis rounding of up to 0.05 mm can accumulate across a long run of items.",
        "Dimensional weight is computed from each carton's declared usable interior, not its exterior dimensions, so a carrier billing on exterior size may charge slightly more than reported here."
      ],
      "recommendations": []
    }
  }
}
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, "pack plan on pack.api.williamrobinson.dev", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/pack-api-williamrobinson-dev-v1-pack-plan-63a98c/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-pack-api-williamrobinson-dev-v1-pack-plan-63a98c-2026-09-15T16-57Z,
  author = {TOLL},
  title = {pack plan on pack.api.williamrobinson.dev},
  howpublished = {\url{https://tollindex.com/e/pack-api-williamrobinson-dev-v1-pack-plan-63a98c/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 pack plan, 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 63a98cae2d8142481914b65c11cd37c9e02b8ffdfe88b3053aeb716220378a7e from wallet 0x26026370fe8b2bb17af9092a17691c76519366da

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

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