Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check whether Polymarket will accept a username.
GET /v3/polymarket/profiles/username-available
username
^[A-Za-z0-9_]{3,32}$
curl "https://api.polynode.dev/v3/polymarket/profiles/username-available?username=alice123" \ -H "x-api-key: pn_live_..."
{ "username": "alice123", "available": true, "source": "polymarket" }
200
available: false
{ "username": "alice_123", "available": false, "source": "polymarket" }
400
invalid_username
401
402
429
rate_limited
502
upstream_unavailable