Skip to main content
Use this endpoint to fetch the current profile for a registered wallet address. You can call it to check whether a wallet is known to ArcPass, how many sponsorship requests it has submitted, and whether it has been blocked.

Request

GET /wallets/:address
string
required
The Ethereum address to look up. Must match ^0x[0-9a-fA-F]{40}$ and be at most 42 characters.

Response

string
required
UUID uniquely identifying this wallet record.
string
required
The registered Ethereum address, normalized to lowercase.
string
required
ISO 8601 timestamp of when this wallet was first registered with ArcPass.
string
required
ISO 8601 timestamp of the most recent interaction with this wallet.
integer
required
Total number of sponsorship requests ever submitted for this wallet.
boolean
required
Whether this wallet has been flagged and blocked from receiving sponsorships.

Errors

200