Quick Start
Good to know: The AGENT1 API (A1API) is a public API that is accessible by the world. Few endpoints in the API requires authentication, unlike the other APIs in the JericVerse ecosystem.
The API is open to the public.
Only a handful API requests are authenticated using API keys.
Oops! There is currently no need to install anything. It is a REST API.
To make your first request, send a GET request to the getStats endpoint. This will create read the AGENT1 statistics, which is nice.
get
https://agent1.xyz/nft/getStats
/all
Get AGENT1 statistics
Gets a summary of useful statistics for the AGENT1 project.
Parameters
No parameters
Responses
200
Successfully read AGENT1 Statistics
401
Permission denied
Last modified 2mo ago