Real Yeti API
  1. Getting Started
Real Yeti API
  • Getting Started
    • šŸ—Æļø Introduction
    • šŸ”‘ Setting Up Your API Key
    • šŸ” Authentication
    • šŸ”Ž Endpoint overview
  • Real Yeti API V1
    • šŸ” Real Estate
      • Real Estate Overview
      • All Real Estate Properties
      • Real Estate Data Per Country
      • Real Estate Property by ID
      • All Real Estate Paginated Details
      • All Real Estate Protocols Overview
      • All Real Estate by Protocol
    • šŸ’µ Private Credit
      • Showcase
        • Protocol Financial Data
        • Countries
        • Investments
        • Investment by ID
        • Loans
        • Loan by ID
        • Overview
        • Sectors
      • Timeseries
        • Active Loans by Network
        • Active Loans by Protocol
        • Total Loans by Network
        • Total Loans by Protocol
    • šŸŖ™ Stablecoin
      • Market Intelligence
        • Market Intelligence
        • Marketcap by Network
        • Stablecoins Overview
        • Stablecoins Analysis
      • Stablecoin Metrics
        • Market Cap Metrics
        • Mint and Burn Metrics
        • Transfer Volume Metrics
        • Active Addresses Metrics
        • Holders Metrics
        • Average Transaction Value Metrics
  1. Getting Started

šŸ” Authentication

All API requests must be authenticated using an API key. This ensures the security of our service and allows us to provide you with the best possible experience.
To authenticate your requests:
1.
Include your API key in the header of each request.
2.
Use the following format:
Authorization: Bearer YOUR_API_KEY
Replace YOUR_API_KEY with the actual API key you received when setting up your account.
Example using cURL:
curl -X GET "https://api.realyeti.com/v1/real_estate/overview"
-H "Authorization: Bearer YOUR_API_KEY"
🚫 Error Handling
If your API key is invalid or missing, you'll receive a 401 Unauthorized response.
šŸ”’ API Key Security
Keep your API key secure and do not share it publicly. If you believe your key has been compromised, please contact our support team immediately to have it revoked and replaced.
Modified atĀ 2024-08-26 21:26:30
Previous
šŸ”‘ Setting Up Your API Key
Next
šŸ”Ž Endpoint overview
Built with