Quickstart
This guide will help you get started with using the Guavy API.
Step 1: Obtain an API Key
You need an API key to access the Guavy API. If you don't have one yet, you can request one here: Request API Key.
Step 2: 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! 🚀