List apps
GET
https://admin-api.alchemy.com/v1/apps
Retrieves a paginated list of all applications associated with your account. Each app includes its API keys, configured chain networks with RPC endpoints, and creation timestamp.
Headers
stringrequired
Bearer authentication token
Query Parameters
stringoptional
Opaque cursor for fetching the next page
integer
format: "int32"optionalMaximum number of apps to return per page (default: 25, max: 25)
Responses
200
Retrieved apps successfully
400
Invalid input
401
Requires authentication
403
Forbidden
Was this page helpful?