Quickstart

This guide will help you get started with using the Guavy API.

Step 1: Sign Up

To get started with the Guavy API, you need to create an account and obtain an API key. You can sign up for an account and start your free trial here.

Step 2: Obtain an API Key

After signing up, you will receive an API key that you can use to authenticate your requests to the Guavy API. You can find your API key on your account Dashboard.

Step 3: Make Your First API Request

Now that you have your API key, you can make your first API request. Here is an example of how to get the latest price of Bitcoin in USD using the Guavy API:

curl -H "Authorization: Bearer YOUR_API_KEY" https://api.guavy.com/api/v2/market/current-trend/BTC

Replace YOUR_API_KEY with your actual API key.

That's it! You have successfully made your first API request using the Guavy API. You can explore the API documentation to learn more about the available endpoints and parameters.

Happy coding! 🚀