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
ASSESSMENT
updated 4h agoEvidence-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.
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-derivedRelaystation 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
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| 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 |
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.
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 7d 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.
Median across 4 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
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.
COMPLIANCE
14/14 checks pass · grade Alast 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
EMBED THIS BADGE
<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>
[](https://x402-list.com/services/relaystation?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<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>