Ave.ai
  • Welcome!
  • Quick Start
  • Service Integration Application
    • New Swap Integration
    • New Chain Integration
  • Ave.ai Telegram Bot
    • Ave Buy Bot
    • Ave Price Bot
  • Business Development
    • How Ave.ai support a new chain
    • How Ave.ai support a new swap
    • How Ave.ai support token project
    • How Ave.ai support nft project
    • Recruitment for Ave.ai Business Agents
  • Reference
    • API Reference
      • v2
Powered by GitBook
On this page
  • Get your API keys
  • Make your first request

Quick Start

PreviousWelcome!NextService Integration Application

Last updated 1 year ago

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.

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
v1