x402factory.ai
https://x402factory.ai/base/ataCreate a Solana associated token account (ATA) for a given Solana wallet and SPL mint, paid via Base USDC. Typical use: prepare a Solana wallet to receive USDC or other SPL tokens before sending funds or using bridge flows. Cost: 0.4 USDC per call, paid on Base. The endpoint checks via Solana RPC whether the ATA already exists; if it already exists at execution time or creation fails, the server attempts to refund the 0.4 USDC payment on Base.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 291ms · p95 344msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/22/2026, 12:00:00 AM | 100% | 1 | 234ms |
| 7/23/2026, 12:00:00 AM | 100% | 1 | 199ms |
| 7/24/2026, 12:00:00 AM | 100% | 1 | 250ms |
| 7/25/2026, 12:00:00 AM | 100% | 1 | 118ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 208ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 240ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 155ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 235ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 317ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 275ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 294ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 255ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 336ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 374ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 279ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 326ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 362ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 278ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 281ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 296ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 341ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 291ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 326ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 319ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 217ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 303ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 351ms |
| 8/18/2026, 12:00:00 AM | 100% | 10 | 271ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 305ms |
| 8/20/2026, 12:00:00 AM | 100% | 10 | 304ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 61
- Activity
- 70
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- x402-express
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- NameCheap, Inc.
- Domain registered
- 2025-12-04
- Hosting network
- GOOGL-2
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Settlement totals · last payment 7/8/2026
Response schema
{
"input": {
"bodyFields": {
"mint": {
"description": "Optional SPL token mint address on Solana for which to create the ATA. When omitted, the server uses its configured USDC_MINT for the Solana NETWORK.",
"required": false,
"type": "string"
},
"target_wallet": {
"description": "Solana wallet address (base58) for which the associated token account (ATA) should be created.",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"action": {
"description": "Action performed. For successful calls this is 'create_ata_via_base'.",
"type": "string"
},
"ata_address": {
"description": "Associated token account address on Solana for the (wallet, mint) pair.",
"type": "string"
},
"message": {
"description": "Short human-readable summary of the outcome.",
"type": "string"
},
"mint": {
"description": "SPL mint used when checking/creating the ATA on Solana.",
"type": "string"
},
"ok": {
"description": "True when the ATA exists or was created after a paid call. False when the x402 payment had to be refunded.",
"type": "boolean"
},
"payment_txid": {
"description": "Base transaction hash for the x402 payment that unlocked this endpoint, when available.",
"type": "string"
},
"refund_txid": {
"description": "Base transaction hash for the refund when a paid call could not create the ATA or the ATA already existed at execution time.",
"type": "string"
},
"status": {
"description": "Operation status: 'created' when a new ATA was created, 'refunded' when the payment was refunded, or 'refund_failed' when both ATA creation/refund failed.",
"type": "string"
},
"target_wallet": {
"description": "Solana wallet address for which the ATA was checked/created.",
"type": "string"
}
}
}