56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev
https://56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev/solana/musicShares 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. Dynamic duration: this request is priced for 30 seconds (0.600000 USDC). If seconds is omitted on discovery, the default is 90 seconds (1.80 USDC).
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
No history yet.
This endpoint was catalogued recently and has not accumulated enough probes to chart. Uptime and response-time history appear here once probing fills in.
- Availability
- 0
- Latency
- not yet measured
- Security
- 0
- Transparency
- 100
- 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 2% — 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
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- —
- Domain registered
- —
- Hosting network
- —
- 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"
}
}
}