passlisted in Coinbasecounted above 0% of Identity
0.01 USDC
per call, as the listing declares it on eip155:
- Validation state
- pass
- Uptime, 7 / 30 / 90 days
- 100% / 100% / 100%
- Calls, trailing 30 days
- 1
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-08-17 18:48 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 30 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.
market data attestation is a POST endpoint at base.46-225-15-169.sslip.io, listed in the Coinbase registry and filed by TOLL under identity.
market data attestation is priced at 0.01 USDC on Base.
Callers of market data attestation supply a json body with the fields policy, dataset_id, observations and source_label.
market data attestation returns json; the example shows checks, verdict, dataset_id, disclaimer, safe_to_use, source_label and 2 others.
market data attestation answered the sweep of 2026-09-16 with a valid 402, as at every sweep since 2026-09-11.
market data attestation is the only listed endpoint on base.46-225-15-169.sslip.io.
In the trailing 30 days: one call, one payer.
market data attestation was last called 29 days before the snapshot.
Closest in price to market data attestation within identity: attested screening at rubric-protocol.com and items at spawnxchange-api-485602182462.europe-west4.run.app.
Among comparable prices in identity, market data attestation sits above 31% of them.
No other listed endpoint pays to the same wallet.
The seller's tags on market data attestation are market-data, data-quality, attestation and provenance.
Exactly this price appears on 514 other listings in identity.
the payment options, as of 2026-09-16 04:48 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.01 USDC | exact | 0x1bdd0c…d45a0f |
the checks, as of 2026-09-16 06:41 UTC · method · pinnableendpoint answered HTTP 402
No named check failed.
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-16 06:41 UTC | pass | 0 | daily-2026-09-16 |
| 2026-09-15 06:58 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 06:25 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 06:15 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 09:02 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 14:43 UTC | pass | 0 | 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-17 18:48 UTC · method · live
The input and output block
{
"input": {
"body": {
"policy": {
"max_age_ms": 2000,
"require_sequence": true,
"max_receive_lag_ms": 500,
"expected_interval_ms": 1000,
"interval_tolerance_ms": 0,
"allowed_future_clock_skew_ms": 1000,
"require_identity_consistency": true
},
"dataset_id": "decision-input-17",
"observations": [
{
"identity": "instrument-A",
"sequence": 1,
"event_time_ms": 2000000097000,
"payload_sha256": "5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9",
"received_time_ms": 2000000097100
},
{
"identity": "instrument-A",
"sequence": 2,
"event_time_ms": 2000000098000,
"payload_sha256": "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b",
"received_time_ms": 2000000098100
},
{
"identity": "instrument-A",
"sequence": 3,
"event_time_ms": 2000000099000,
"payload_sha256": "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35",
"received_time_ms": 2000000099100
}
],
"source_label": "caller-observer-A"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"checks": [
{
"check": "schema_and_count_bounds",
"status": "PASS",
"evidence": {
"maximum": 512,
"minimum": 1,
"observation_count": 3,
"timestamps_are_bounded_integers": true
}
},
{
"check": "causal_event_receive_timing",
"status": "PASS",
"evidence": {
"violations": 0,
"minimum_receive_lag_ms": 100
}
},
{
"check": "received_time_not_materially_future",
"status": "PASS",
"evidence": {
"violations": 0,
"evaluation_time_ms": 2000000100000,
"maximum_received_time_ms": 2000000099100,
"allowed_future_clock_skew_ms": 1000
}
},
{
"check": "receive_lag_limit",
"status": "PASS",
"evidence": {
"violations": 0,
"maximum_allowed_receive_lag_ms": 500,
"maximum_observed_receive_lag_ms": 100
}
},
{
"check": "raw_observation_order",
"status": "PASS",
"evidence": {
"input_was_sorted": false,
"event_times_monotonic": true,
"received_times_monotonic": true
}
},
{
"check": "unique_event_timestamps",
"status": "PASS",
"evidence": {
"duplicate_count": 0
}
},
{
"check": "unique_sequence_numbers",
"status": "PASS",
"evidence": {
"present_count": 3,
"duplicate_count": 0
}
},
{
"check": "sequence_presence",
"status": "PASS",
"evidence": {
"required": true,
"present_count": 3,
"observation_count": 3,
"mixed_presence_allowed": false
}
},
{
"check": "strict_sequence_order",
"status": "PASS",
"evidence": {
"applicable": true,
"strictly_increasing": true
}
},
{
"check": "identity_consistency",
"status": "PASS",
"evidence": {
"required": true,
"present_count": 3,
"distinct_present_count": 1
}
},
{
"check": "payload_hash_presence",
"status": "PASS",
"evidence": {
"present_count": 3,
"observation_count": 3,
"mixed_presence_allowed": false,
"syntax_schema_validated": true
}
},
{
"check": "latest_observation_freshness",
"status": "PASS",
"evidence": {
"age_ms": 900,
"maximum_age_ms": 2000,
"evaluation_time_ms": 2000000100000,
"latest_received_time_ms": 2000000099100
}
},
{
"check": "expected_event_interval",
"status": "PASS",
"evidence": {
"configured": true,
"tolerance_ms": 0,
"comparison_count": 2,
"expected_interval_ms": 1000,
"maximum_allowed_delta_ms": 1000,
"minimum_allowed_delta_ms": 1000,
"maximum_observed_delta_ms": 1000,
"minimum_observed_delta_ms": 1000
}
},
{
"check": "evidence_time_bounds",
"status": "PASS",
"evidence": {
"evaluation_time_ms": 2000000100000,
"last_event_time_ms": 2000000099000,
"first_event_time_ms": 2000000097000,
"latest_received_time_ms": 2000000099100
}
}
],
"verdict": "PASS",
"dataset_id": "decision-input-17",
"disclaimer": "Integrity validation of caller-supplied observations only; no market data is acquired or redistributed, and no ownership, licensing, investment, or trading determination is made.",
"safe_to_use": true,
"source_label": "caller-observer-A",
"failed_checks": [],
"policy_sha256": "05f284d3b67ab3a6b9bc8369d13c6b74743a7a66682a517cc79d754cf35b60b6",
"attestation_id": "mda1_a4577ae9f3045428156e6523f910e91651fe463472a3cc2a603818cee12debc1",
"attested_at_ms": 2000000100000,
"method_version": "market-data-integrity-attestation-v1.0.0",
"schema_version": "market-data-attestation-request-v1",
"observation_count": 3,
"last_event_time_ms": 2000000099000,
"first_event_time_ms": 2000000097000,
"observations_sha256": "22da57641145c6e1d090e9e16d4a698c5f4ce3b2b8d061cd24b84430d0f9cc71",
"latest_received_time_ms": 2000000099100
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-16 04:48 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "market data attestation on base.46-225-15-169.sslip.io", snapshot of 2026-09-16 04:48 UTC. https://tollindex.com/e/base-46-225-15-169-sslip-io-v1-market-data-attestation-efea6a/at/2026-09-16T04-48Z. Accessed [access date].
BibTeX
@misc{toll-e-base-46-225-15-169-sslip-io-v1-market-data-attestation-efea6a-2026-09-16T04-48Z,
author = {TOLL},
title = {market data attestation on base.46-225-15-169.sslip.io},
howpublished = {\url{https://tollindex.com/e/base-46-225-15-169-sslip-io-v1-market-data-attestation-efea6a/at/2026-09-16T04-48Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-16 04:48 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.