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

calculate derived

mortgage-amortization.underscoredone.comMarket dataderived

POST https://mortgage-amortization.underscoredone.com/calculate

passlisted in Coinbasecounted above 77% of Market data

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
pass
as of 2026-09-15 05:58 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 05:58 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
5
as of 2026-09-15 21:20 UTC · method · pinnable
Unique payers, trailing 30 days
4
as of 2026-09-15 21:20 UTC · method · pinnable
Last called
2026-09-14 19:47 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
2
as of 2026-09-15 21:20 UTC · method · pinnable

Counters

29 observations, 2 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 5,288 endpoints in Market data that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 5: 1,051 in the category are counted higher and 4,236 lower.

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

calculate is a POST endpoint at mortgage-amortization.underscoredone.com, listed in the Coinbase registry and filed by TOLL under market data.

calculate is priced at 0.01 USDC on Base.

calculate takes a json body with the fields rounding, principal, start_date, term_months, summary_only, one_time_payments and 2 others.

calculate accepts payment on Base and Solana, 2 options in all, to 2 different wallets.

A response from calculate, as declared, includes summary, rounding, schedule, api_version, inputs_echo, scheduled_payment and 1 other.

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

calculate is the only listed endpoint on mortgage-amortization.underscoredone.com.

The registry's counters give calculate 5 calls and 4 unique payers over 30 days.

The last call to calculate came 1 day before the snapshot, 2026-09-14.

Closest in price to calculate within market data: price at svm402.com and address current balance at api.nansen.ai.

calculate is priced above 37% of comparable listings in market data.

Across market data, 5,288 endpoints carry counters and calculate out-counts 77% of them.

The payee wallet is shared by 28 listings across 28 hosts.

The seller's tags on calculate are mortgage calculator, loan amortization, amortization schedule and mortgage.

The price of calculate is declared by 1,313 other listings in market data 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 USDCexact0xE97408…2C2F08
Coinbasesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpUSDC0.01 USDCexact8ugAWAXD…vzQT3b

Preflight checks at the last sweep

the checks, as of 2026-09-15 05:58 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:58 UTCpass0daily-2026-09-15
2026-09-14 05:30 UTCpass0daily-2026-09-14
2026-09-13 05:24 UTCpass0daily-2026-09-13
2026-09-12 07:41 UTCpass0daily-2026-09-12
2026-09-11 11:31 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-14 19:47 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "rounding": 2,
      "principal": 400000,
      "start_date": "2026-07-01",
      "term_months": 360,
      "summary_only": false,
      "one_time_payments": [
        {
          "month": 24,
          "amount": 10000
        }
      ],
      "annual_rate_percent": 6.5,
      "extra_monthly_payment": 300
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "summary": {
        "total_paid": 910179.81,
        "payoff_date": "2056-06-01",
        "final_payment": 2530.88,
        "total_interest": 510179.81,
        "scheduled_term_months": 360
      },
      "rounding": {
        "mode": "half_even",
        "decimals": 2,
        "final_payment_adjusted": true
      },
      "schedule": [
        {
          "date": "2026-07-01",
          "balance": 399338.4,
          "payment": 2828.27,
          "interest": 2166.67,
          "principal": 661.6,
          "extra_applied": 300,
          "payment_number": 1,
          "scheduled_payment": 2528.27
        }
      ],
      "api_version": "1.0.0",
      "inputs_echo": {
        "principal": 400000,
        "start_date": "2026-07-01",
        "term_months": 360,
        "annual_rate_percent": 6.5
      },
      "scheduled_payment": 2528.27,
      "with_extra_payments": {
        "total_paid": 734237.48,
        "payoff_date": "2047-11-01",
        "months_saved": 103,
        "final_payment": 200.36,
        "interest_saved": 175942.33,
        "total_interest": 334237.48,
        "actual_term_months": 257
      }
    }
  }
}
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, "calculate on mortgage-amortization.underscoredone.com", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/mortgage-amortization-underscoredone-com-calculate-9a5499/at/2026-09-15T21-20Z. Accessed [access date].

BibTeX

@misc{toll-e-mortgage-amortization-underscoredone-com-calculate-9a5499-2026-09-15T21-20Z,
  author = {TOLL},
  title = {calculate on mortgage-amortization.underscoredone.com},
  howpublished = {\url{https://tollindex.com/e/mortgage-amortization-underscoredone-com-calculate-9a5499/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 calculate, 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 9a54999979e9e3f57ab7ef2741b0f28d7317e6c45e3c8f02332ffa5ea4cf3a33 from wallet 0xE9740820225B3918b4ddd1292C7cA4Ca0e2C2F08

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

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