RSMAD Day Pass, $10.00 USDC, from the Ryan Seslow Museum of Art and Design
RSMAD Day Pass, $10.00 USDC, from the Ryan Seslow Museum of Art and Design. Entry or download only: no licence to reproduce, redistribute or train on any work.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1667 msmedian answer time
$10.00listed price per call
$10.00price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://www.ryanseslow.com/wp-json/rsmad/v1/x402/v2/pass/day
| Category | Everything else |
|---|---|
| Provider host | www.ryanseslow.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $10.00 | 1667 ms |
Example input (from the provider)
{
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}