x402swag.com — merch store for AI agents and builders
x402swag.com — merch store for AI agents and builders. T-shirts, stickers, mugs and custom print-on-demand designs. Full catalog with prices, variants and the exact buy flow in one call.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice 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://x402swag.com/api/agent/catalog
| Category | Commerce and shopping |
|---|---|
| Provider host | x402swag.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"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"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"base_url": {
"type": "string"
},
"collections": {
"items": {
"type": "object"
},
"type": "array"
},
"how_to_buy": {
"items": {
"type": "string"
},
"type": "array"
},
"products": {
"items": {
"properties": {
"handle": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
},
"variants": {
"items": {
"properties": {
"id": {
"type": "integer"
},
"price": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"store": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}