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.Documentation Index
Fetch the complete documentation index at: https://docs.arcpass.vibepas.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET /wallets/:address
The Ethereum address to look up. Must match
^0x[0-9a-fA-F]{40}$ and be at most 42 characters.Response
UUID uniquely identifying this wallet record.
The registered Ethereum address, normalized to lowercase.
ISO 8601 timestamp of when this wallet was first registered with ArcPass.
ISO 8601 timestamp of the most recent interaction with this wallet.
Total number of sponsorship requests ever submitted for this wallet.
Whether this wallet has been flagged and blocked from receiving sponsorships.
Errors
| Status | Cause |
|---|---|
400 | The :address path parameter does not match the required hex pattern. |
404 | No wallet with this address is registered in ArcPass. |
200