Create a Solana associated token account (ATA) for a given Solana wallet and SPL...
https://56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev/base/ataOverview
Create 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.
Protocol
x402
Price
$0.40
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/wallet
Provider
56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw
Source
bazaar
Indexed
2026-03-02 01:13:15
Health
Status
degraded
Latency (p50)
620ms
Uptime (30d)
100.0%
Reliability Score
90/100
Last Checked
2026-05-05 11:01:23
Last Healthy
2026-04-08 15:26:03
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"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 Schema
{
"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"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-05-05 11:01:23 | degraded | 404 | 627ms | |
| 2026-05-05 09:05:45 | degraded | 404 | 649ms | |
| 2026-05-05 05:21:53 | degraded | 404 | 598ms | |
| 2026-05-05 02:15:44 | degraded | 404 | 617ms | |
| 2026-05-04 23:45:23 | degraded | 404 | 1022ms | |
| 2026-05-04 20:13:23 | degraded | 404 | 631ms | |
| 2026-05-04 18:41:33 | degraded | 404 | 618ms | |
| 2026-05-04 16:01:12 | degraded | 404 | 617ms | |
| 2026-05-04 12:57:40 | degraded | 404 | 626ms | |
| 2026-05-04 10:13:05 | degraded | 404 | 611ms | |
| 2026-05-04 09:05:40 | degraded | 404 | 620ms | |
| 2026-05-04 05:59:52 | degraded | 404 | 659ms | |
| 2026-05-04 03:54:45 | degraded | 404 | 626ms | |
| 2026-05-04 01:55:00 | degraded | 404 | 614ms | |
| 2026-05-04 01:04:26 | degraded | 404 | 636ms | |
| 2026-05-03 23:14:17 | degraded | 404 | 617ms | |
| 2026-05-03 19:53:12 | degraded | 404 | 1027ms | |
| 2026-05-03 18:21:19 | degraded | 404 | 605ms | |
| 2026-05-03 17:18:43 | degraded | 404 | 602ms | |
| 2026-05-03 14:04:21 | degraded | 404 | 603ms |