https://readx.sh/api/:name/info
A user's profile info: id, name, bio, location, follower/following counts, verification. Example: GET /api/jack/info
What this profile is sourced from
Things to know before drawing strong conclusions
accepts[] entry is used.Raw HTTP — what an agent observes
GET https://readx.sh/api/:name/info → HTTP/1.1 402 Payment Required X-Payment-Required: $0.0100 X-Payment-Currency: USDC X-Payment-Chain: base GET https://readx.sh/api/:name/info X-Payment: <signed-receipt> → HTTP/1.1 200 OK Content-Type: application/json …response body…