PoolTogether draw-schema — volgende draw op Base/Arb/OP/Scroll
PoolTogether draw-schema — volgende draw op Base/Arb/OP/Scroll
5000 (raw units)
price
9
calls / 30d
7
unique payers
2026-09-17
updated
Provider
wazir-x402.duckdns.org · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x015Eb036560216B3051339061FF68A207E0fe88f",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "5000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"note": "PoolTogether draw-schema — volgende draw op Base/Arb/OP/Scroll"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"type": "object"
},
"bodyType": {
"type": "string"
},
"method": {
"enum": [
"GET",
"POST"
],
"type": "string"
},
"queryParams": {
"additionalProperties": {
"type": "string"
},
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"piprail": {
"docs": {
"agents": "https://docs.piprail.com",
"home": "https://piprail.com",
"pay": "https://docs.piprail.com/paying"
},
"instruction": "PipRail x402 payment endpoint. Pay 0.005 USDC on eip155:8453 to 0x015Eb036560216B3051339061FF68A207E0fe88f. Programmatic: npm i @piprail/sdk then client.fetch(url). Docs: https://piprail.com.",
"name": "PipRail",
"pay": [
{
"amount": "5000",
"amountFormatted": "0.005",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"how": "Sign an EIP-3009 transferWithAuthorization for this amount to payTo and resubmit with the PAYMENT-SIGNATURE header. Easiest with @piprail/sdk (see sdk.install).",
"network": "eip155:8453",
"payTo": "0x015Eb036560216B3051339061FF68A207E0fe88f",
"scheme": "exact",
"symbol": "USDC"
}
],
"protocol": "x402",
"sdk": {
"install": "npm i @piprail/sdk",
"snippet": "import { PipRailClient } from '@piprail/sdk'\nconst client = new PipRailClient({ chain: 'base', wallet })\nawait client.fetch('<this-url>')"
},
"version": "2",
"what": "This is an x402 \"402 Payment Required\" endpoint. Pay one of the offered rails to access it."
}
}Use it
curl
curl "https://wazir-x402.duckdns.org/api/pt-next" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://wazir-x402.duckdns.org/api/pt-next");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://wazir-x402.duckdns.org/api/pt-next")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7103.json, and this resource appears in /discovery/resources and /discovery/search.