Pay in USDC on Base to translate text into any language. Send text + a target language, get the translation back — settled on-chain per call.
{
"type": "object",
"properties": {
"text": {
"type": "string"
},
"to": {
"type": "string"
},
"model": {
"type": "string"
}
},
"required": [
"text"
]
}{
"type": "object",
"properties": {
"to": {
"type": "string"
},
"translation": {
"type": "string"
}
}
}No settlements recorded yet.
Responded 402 in 7ms
Endpoint correctly challenged with 402 Payment Required
Parsed scheme="exact" network="eip155:8453"
0x7857e7c2431363D867282d515E10EcCFCeb44cEf
Prepared an "exact" payment of 20000 atomic units to 0x7857e7c2431363D867282d515E10EcCFCeb44cEf
Received payment response from x402 server/facilitator
Paid replay returned HTTP 200
This listing is unclaimed. The owner proves control by signing a nonce with the payTo wallet — no transaction, no gas. Ownership is never shown as verified without a valid signature.
{
"schema": "agent402/manifest@1",
"name": "Tollbooth Translate",
"description": "Pay in USDC on Base to translate text into any language. Send text + a target language, get the translation back — settled on-chain per call.",
"category": "ai-inference",
"endpoint": "http://localhost:3000/api/x402/translate",
"x402": {
"network": "base",
"scheme": "exact",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7857e7c2431363D867282d515E10EcCFCeb44cEf",
"maxAmountRequired": "20000"
},
"input": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"to": {
"type": "string"
},
"model": {
"type": "string"
}
},
"required": [
"text"
]
},
"output": {
"type": "object",
"properties": {
"to": {
"type": "string"
},
"translation": {
"type": "string"
}
}
}
}