x402 List

x402 Protocol Service Directory

Relaystation

Compute PAYMENT-READY

payment-ready until 2026-08-20

Pay-per-call agent infrastructure with x402 v2 micropayments (USDC/EURC on Base): durable file storage & handoff (batons), 150+ compute ops (PDF, data/CSV, image, audio/video, text), agent-to-human messaging, e-signatures, ID verification, sanctions screening, and agent contracts. Sub-cent pricing; no account required — the wallet is the identity. OpenAPI: https://api.relaystation.ai/openapi.json · llms.txt: https://api.relaystation.ai/llms.txt · MCP: https://api.relaystation.ai/mcp

Pay from $0.01 to $0.02 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-06-24 · $16.11 all-time · settled via coinbase

BASE URL https://api.relaystation.ai WEBSITE https://relaystation.ai ENDPOINTS 4 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-12 MONITORED SINCE 2026-07-12

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
515ms
avg response
290ms
total checks
2,736

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 to $0.02 (p67 in Compute)
price (min)
$0.01
price (max)
$0.02
category percentile (min)
p67 in Compute
category percentile (max)
p67 in Compute
endpoints / prices
4 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $7.52 30d · 10 buyers
volume 30d
$7.52
buyers 30d
10
settlements 30d
430
first settlement
2026-06-24
last settlement
2026-08-13
top buyer share
87% of 30d volume
trend 7d vs 30d
1.01x the 30d daily rate
networks
eip155:8453
volume all-time
$16.11
settlements all-time
1,066
median settlement 30d
$0.01
max settlement 30d
$0.28
settled via
coinbase ($7.52, 430 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Relaystation provides a pay-per-call API platform for AI agents and developers with services for RAG ingestion, translation, PDF merging, and storage.

category
ai-platform
in
body
auth
api key
aillmstoragepdftranslationrag

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /v1/bundles/rag-ingest $0.02 Base USDC header
POST /v1/llm/translate $0.01 Base USDC header
POST /v1/pdf/merge $0.01 Base USDC header
POST /v1/storage/drop $0.01 Base USDC header
4 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /v1/bundles/rag-ingest returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://api.relaystation.ai/v1/bundles/rag-ingest'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
  {
    "error": "PAYMENT_REQUIRED",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      {
        "asset": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
        "extra": {
          "name": "EURC",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.relaystation.ai/v1/storage/drop",
      "tags": [
        "file-storage",
        "file-sharing",
        "object-storage",
        "no-account",
        "agent-infrastructure"
      ],
      "iconUrl": "https://api.relaystation.ai/logo.svg",
      "description": "Store a file and get a durable, shareable URL — no account, no signup; the wallet is the identity. From $0.001; tiers by size, lifetime, egress. Part of Relaystation: 155 agent tools on one balance — storage, e-sign, KYC, PDF/data/media, sub-cent LLM. relaystation.ai",
      "serviceName": "Relaystation Drop"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "properties": {}
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT_REQUIRED",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      {
        "asset": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
        "extra": {
          "name": "EURC",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.relaystation.ai/v1/pdf/merge",
      "tags": [
        "pdf-merge",
        "combine-pdf",
        "pdf-tools",
        "documents",
        "automation"
      ],
      "iconUrl": "https://api.relaystation.ai/logo.svg",
      "description": "$0.001/page. Combine any number of PDFs into one, in the order you choose. 1¢ x402 min; remainder auto-credits — relaystation.ai/penny",
      "serviceName": "Relaystation Merge"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "properties": {}
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT_REQUIRED",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      {
        "asset": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
        "extra": {
          "name": "EURC",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.relaystation.ai/v1/llm/translate",
      "tags": [
        "translation",
        "multilingual",
        "localization",
        "cheap-llm",
        "nlp"
      ],
      "iconUrl": "https://api.relaystation.ai/logo.svg",
      "description": "Provider cost + 6%, itemized. Translate text to a target language — meaning and tone preserved. ≈Opus-4.8 accuracy at ~1–5% of its cost (relaystation.ai/llm-validation). 1¢ x402 min; remainder auto-credits — relaystation.ai/penny",
      "serviceName": "Relaystation Translate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "tier": "budget",
              "input": "string",
              "params": {
                "targetLanguage": "string"
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "usage": {
                "model": "string",
                "markupPct": 1,
                "inputTokens": 1,
                "outputTokens": 1,
                "ceilingMicros": 1,
                "chargedMicros": 1,
                "providerCostMicros": 1
              },
              "result": "string",
              "truncated": true
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "properties": {
                    "tier": {
                      "enum": [
                        "budget",
                        "value",
                        "best"
                      ],
                      "type": "string"
                    },
                    "input": {
                      "type": "string",
                      "minLength": 1,
                      "description": "The text to process (DATA — never interpolated into the instruction)."
                    },
                    "params": {
                      "type": "object",
                      "required": [
                        "targetLanguage"
                      ],
                      "properties": {
                        "targetLanguage": {
                          "type": "string",
                          "minLength": 1
                        }
                      },
                      "description": "Task-specific params for 'translate', validated against the task's param_schema."
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "result",
                    "truncated",
                    "usage"
                  ],
                  "properties": {
                    "usage": {
                      "type": "object",
                      "required": [
                        "model",
                        "inputTokens",
                        "outputTokens",
                        "providerCostMicros",
                        "markupPct",
                        "chargedMicros",
                        "ceilingMicros"
                      ],
                      "properties": {
                        "model": {
                          "type": "string"
                        },
                        "markupPct": {
                          "type": "number"
                        },
                        "inputTokens": {
                          "type": "integer"
                        },
                        "outputTokens": {
                          "type": "integer"
                        },
                        "ceilingMicros": {
                          "type": "integer",
                          "description": "The authorized ceiling the 402/hold reserved."
                        },
                        "chargedMicros": {
                          "type": "integer",
                          "description": "The actual charged amount (<= ceiling)."
                        },
                        "providerCostMicros": {
                          "type": "integer"
                        }
                      }
                    },
                    "result": {
                      "type": "string",
                      "description": "The task output text (or JSON string for extract/json_repair)."
                    },
                    "truncated": {
                      "type": "boolean",
                      "description": "True when the output hit the per-task token cap; the charge still stands."
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT_REQUIRED",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      {
        "asset": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
        "extra": {
          "name": "EURC",
          "version": "2",
          "assetTransferMethod": "eip3009"
        },
        "payTo": "0x5F7254f252eF9b9f92B6B4F2cF91205eD7A96C7A",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.relaystation.ai/v1/bundles/rag-ingest",
      "tags": [
        "rag",
        "agent-memory",
        "document-ingest",
        "embeddings",
        "one-call-bundle"
      ],
      "iconUrl": "https://api.relaystation.ai/logo.svg",
      "description": "~$0.01–$0.02/run, bills the sum of steps. One-call RAG ingest: chunk text, embed every chunk, write the vectors into a durable vector index (created for you on first use) — agent memory that persists across sessions, no vector DB to run. 1¢ x402 min; remainder auto-credits — relaystation.ai/penny",
      "serviceName": "Relaystation RAG Ingest"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "properties": {}
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/relaystation/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-12 · uptime 100.0% · 348ms avg07-13 · uptime 100.0% · 305ms avg07-14 · uptime 100.0% · 263ms avg07-15 · uptime 100.0% · 312ms avg07-16 · uptime 100.0% · 317ms avg07-17 · uptime 100.0% · 266ms avg07-18 · uptime 100.0% · 239ms avg07-19 · uptime 100.0% · 219ms avg07-20 · uptime 100.0% · 242ms avg07-21 · uptime 100.0% · 264ms avg07-22 · uptime 100.0% · 264ms avg07-23 · uptime 100.0% · 250ms avg07-24 · uptime 100.0% · 258ms avg07-25 · uptime 100.0% · 285ms avg07-26 · uptime 100.0% · 246ms avg07-27 · uptime 100.0% · 191ms avg07-28 · uptime 100.0% · 208ms avg07-29 · uptime 100.0% · 338ms avg07-30 · uptime 100.0% · 375ms avg07-31 · uptime 100.0% · 292ms avg08-01 · uptime 100.0% · 317ms avg08-02 · uptime 100.0% · 332ms avg08-03 · uptime 100.0% · 366ms avg08-04 · uptime 100.0% · 393ms avg08-05 · uptime 100.0% · 362ms avg08-06 · uptime 100.0% · 340ms avg08-07 · uptime 100.0% · 370ms avg08-08 · uptime 100.0% · 251ms avg08-09 · uptime 100.0% · 265ms avg08-10 · uptime 100.0% · 269ms avg08-11 · uptime 100.0% · 274ms avg08-12 · uptime 100.0% · 293ms avg08-13 · uptime 100.0% · 349ms avg07-1208-13
90d UPTIME 100%
RESPONSE TIME
07-12 · 348ms avg07-12 · 348ms avg07-13 · 305ms avg07-13 · 305ms avg07-14 · 263ms avg07-14 · 263ms avg07-15 · 312ms avg07-15 · 312ms avg07-16 · 317ms avg07-16 · 317ms avg07-17 · 266ms avg07-17 · 266ms avg07-18 · 239ms avg07-18 · 239ms avg07-19 · 219ms avg07-19 · 219ms avg07-20 · 242ms avg07-20 · 242ms avg07-21 · 264ms avg07-21 · 264ms avg07-22 · 264ms avg07-22 · 264ms avg07-23 · 250ms avg07-23 · 250ms avg07-24 · 258ms avg07-24 · 258ms avg07-25 · 285ms avg07-25 · 285ms avg07-26 · 246ms avg07-26 · 246ms avg07-27 · 191ms avg07-27 · 191ms avg07-28 · 208ms avg07-28 · 208ms avg07-29 · 338ms avg07-29 · 338ms avg07-30 · 375ms avg07-30 · 375ms avg07-31 · 292ms avg07-31 · 292ms avg08-01 · 317ms avg08-01 · 317ms avg08-02 · 332ms avg08-02 · 332ms avg08-03 · 366ms avg08-03 · 366ms avg08-04 · 393ms avg08-04 · 393ms avg08-05 · 362ms avg08-05 · 362ms avg08-06 · 340ms avg08-06 · 340ms avg08-07 · 370ms avg08-07 · 370ms avg08-08 · 251ms avg08-08 · 251ms avg08-09 · 265ms avg08-09 · 265ms avg08-10 · 269ms avg08-10 · 269ms avg08-11 · 274ms avg08-11 · 274ms avg08-12 · 293ms avg08-12 · 293ms avg08-13 · 349ms avg08-13 · 349ms avg07-1208-13
AVG RESP 290ms
PRICE (captured 402, USD)
07-12 · $0.0108-13 · $0.01$0.0107-1208-13

Median across 4 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 100.0% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-1308-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
06-24 · $106-25 · $106-26 · $0.0606-27 · $0.1006-28 · $0.0706-29 · $0.0806-30 · $0.0807-01 · $0.1207-02 · $0.1007-03 · $0.0907-04 · $0.1107-05 · $0.0807-06 · $0.3807-07 · $0.2007-08 · $307-09 · $0.4307-10 · $0.1607-11 · $0.1407-12 · $0.1507-13 · $0.7507-14 · $0.1907-15 · $0.1807-16 · $0.0807-17 · $0.0407-18 · $0.0807-19 · $0.0907-20 · $0.0707-21 · $0.0407-22 · $0.0807-23 · $0.0807-24 · $0.9207-25 · $0.1307-26 · $0.1607-27 · $0.8807-28 · $0.1507-29 · $0.8007-30 · $0.2607-31 · $0.1508-01 · $0.1608-02 · $0.1508-03 · $0.7208-04 · $0.1708-05 · $0.1808-06 · $0.2008-07 · $0.1908-08 · $0.1608-09 · $0.1408-10 · $0.7408-11 · $0.1808-12 · $0.1608-13 · $0.17peak $306-2408-13
DISTINCT BUYERS
06-24 · 2 buyers06-25 · 2 buyers06-26 · 1 buyer06-27 · 1 buyer06-28 · 1 buyer06-29 · 2 buyers06-30 · 2 buyers07-01 · 2 buyers07-02 · 1 buyer07-03 · 1 buyer07-04 · 2 buyers07-05 · 1 buyer07-06 · 1 buyer07-07 · 2 buyers07-08 · 2 buyers07-09 · 3 buyers07-10 · 2 buyers07-11 · 1 buyer07-12 · 2 buyers07-13 · 5 buyers07-14 · 2 buyers07-15 · 1 buyer07-16 · 1 buyer07-17 · 1 buyer07-18 · 1 buyer07-19 · 1 buyer07-20 · 1 buyer07-21 · 1 buyer07-22 · 1 buyer07-23 · 1 buyer07-24 · 1 buyer07-25 · 1 buyer07-26 · 1 buyer07-27 · 2 buyers07-28 · 1 buyer07-29 · 4 buyers07-30 · 3 buyers07-31 · 2 buyers08-01 · 1 buyer08-02 · 1 buyer08-03 · 2 buyers08-04 · 2 buyers08-05 · 1 buyer08-06 · 2 buyers08-07 · 1 buyer08-08 · 2 buyers08-09 · 1 buyer08-10 · 3 buyers08-11 · 1 buyer08-12 · 2 buyers08-13 · 3 buyerspeak 5 buyers06-2408-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-13 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 286ms
● OK 153ms
● OK 184ms
● OK 422ms
● SLOW 921ms
● OK 384ms
● OK 343ms
● SLOW 576ms
● OK 408ms
● OK 191ms
● OK 366ms
● OK 391ms
● SLOW 478ms
● SLOW 444ms
● OK 377ms
● SLOW 442ms
● OK 306ms
● OK 239ms

EMBED THIS BADGE

Show that Relaystation is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Relaystation listed on x402-list
status
Relaystation uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/relaystation?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/relaystation.svg" alt="Relaystation listed on x402-list" height="28">
</a>
// Markdown
[![Relaystation on x402-list](https://x402-list.com/badge/relaystation.svg)](https://x402-list.com/services/relaystation?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/relaystation?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/relaystation.svg?data=uptime" alt="Relaystation uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/relaystation/update.