x402factory.ai
https://x402factory.ai/solana/music/90Shares a payout wallet with 8 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Solana music generation endpoint paid via x402. Generates a song from a prompt and returns a hosted mp3 URL (ImageKit). Pricing: 0.02 USDC per second. Allowed duration: 10–500 seconds. This is a fixed-duration tier: '/solana/music/90' charges exactly 1.800000 USDC.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 281ms · p95 444msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/23/2026, 12:00:00 AM | 100% | 1 | 227ms |
| 7/24/2026, 12:00:00 AM | 100% | 1 | 215ms |
| 7/25/2026, 12:00:00 AM | 100% | 1 | 171ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 159ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 238ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 178ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 148ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 256ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 303ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 309ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 254ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 357ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 330ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 245ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 268ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 259ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 155ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 339ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 318ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 278ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 291ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 458ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 272ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 256ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 260ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 150ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 269ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 285ms |
| 8/20/2026, 12:00:00 AM | 100% | 20 | 291ms |
| 8/21/2026, 12:00:00 AM | 100% | 2 | 254ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
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
- solana
- 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.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"input": {
"bodyFields": {
"prompt": {
"description": "Music prompt. Required for paid calls.",
"required": true,
"type": "string"
},
"seconds": {
"description": "Desired duration in seconds (integer 10–500). Default: 90.",
"required": false,
"type": "number"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"action": {
"description": "Always 'music' for this endpoint.",
"type": "string"
},
"imagekit_file_id": {
"description": "ImageKit fileId for the uploaded audio.",
"type": "string"
},
"imagekit_file_path": {
"description": "ImageKit filePath for the uploaded audio.",
"type": "string"
},
"music_url": {
"description": "Public ImageKit URL of the generated mp3.",
"type": "string"
},
"ok": {
"description": "True on success",
"type": "boolean"
},
"price_usdc": {
"description": "Price charged in USDC (6 decimals).",
"type": "number"
},
"prompt": {
"description": "Prompt used for generation.",
"type": "string"
},
"seconds": {
"description": "Duration requested in seconds.",
"type": "number"
}
}
}