Request
GET /wallets/:address/history
string
required
The Ethereum address whose history you want to retrieve. Must match
^0x[0-9a-fA-F]{40}$ and be at most 42 characters.string
UUID of the last item from the previous page. Omit this parameter to start from the beginning of the history. Pass the cursor value returned in the previous response to fetch the next page.
integer
default:"50"
Number of results to return per page. Accepts integers between
1 and 100 inclusive. Defaults to 50 if not provided.Response
The response is a paginated object containing a list of sponsorship request records and a cursor for fetching the next page.array
required
Array of sponsorship request records for this wallet. Each record includes the following fields:
string
UUID cursor to pass as the
cursor query parameter to fetch the next page of results. null if there are no more pages.If the wallet address is not registered in ArcPass, this endpoint returns
404 Not Found. Register the wallet first using POST /wallets/register before querying its history.Errors
200