56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev
https://56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev/solana/xprofileShares a payout wallet with 8 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Solana X profile mini-endpoint. Fetches a full X profile and the 10 most recent tweets for a given handle, returning the raw profile data plus a trimmed tweet list with key engagement metrics and media. Cost: 0.001 USDC per request.
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": {
"handle": {
"description": "X handle (username) without the @ prefix, for example WURKDOTFUN or statikheadz.",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"handle": {
"description": "Normalized X handle that was requested.",
"type": "string"
},
"ok": {
"description": "True on success.",
"type": "boolean"
},
"price_usdc": {
"description": "Fixed price charged for this call in USDC (6 decimals).",
"type": "string"
},
"profile": {
"description": "Full upstream X profile payload for the user, including core fields like id, rest_id, name, screen_name, description, avatar, location and counters.",
"type": "object"
},
"tweet_count": {
"description": "Number of recent tweets returned (up to 10).",
"type": "number"
},
"tweets": {
"description": "Array of up to 10 recent tweets with trimmed but useful metadata: id, text, created_at, language, basic user info, engagement metrics, media and links.",
"type": "array"
}
}
}