Quick Start
Get your API keys
The API is open to the public.
Only a handful API requests are authenticated using API keys.
You can request an API key from the Support at our Discord server if you need to use them.
Install the library
Oops! There is currently no need to install anything. It is a REST API.
Make your first request
To make your first request, send a GET request to the getStats endpoint. This will create read the AGENT1 statistics, which is nice.
Get AGENT1 statistics
GET
https://agent1.xyz/nft/getStats/all
Gets a summary of useful statistics for the AGENT1 project.
How to quickly test the API?
Last updated