Quick Start

Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

For more information about an API key, please send email to business@ave.ai

Make your first request

To make your first request, send an authenticated request to the token endpoint. This will query a token, which is nice.

v1

Take a look at how you might call this method via curl:

curl -H "Ave-Auth: my API key" https://openapi.avedata.org/api/v1/tokens/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c-bsc

Last updated