cURL
curl --request GET \ --url https://api.predexon.com/v2/polymarket/wallet/identity/{wallet} \ --header 'x-api-key: <api-key>'
{ "address": "<string>", "found": true, "profile": { "address": "<string>", "signer": "<string>", "type": "<string>", "display_name": "<string>", "pseudonym": "<string>", "bio": "<string>", "profile_image": "<string>", "x_username": "<string>", "verified_badge": false, "is_creator": false, "is_mod": false, "usdc_balance": 0, "last_transfer_at": 123, "created_at": 123, "profile_fetched_at": 123 } }
Fetch identity and profile metadata for a wallet
Wallet address (proxy or signer EOA)
Successful Response
Response for the single-wallet identity endpoint.
Requested wallet address (lowercased)
Whether a wallet record was found
Profile data if found
Show child attributes