Real Yeti API
  1. Market Intelligence
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
          GET
        • Marketcap by Network
          GET
        • Stablecoins Overview
          GET
        • Stablecoins Analysis
          GET
      • Stablecoin Metrics
        • Market Cap Metrics
        • Mint and Burn Metrics
        • Transfer Volume Metrics
        • Active Addresses Metrics
        • Holders Metrics
        • Average Transaction Value Metrics
  1. Market Intelligence

Stablecoins Analysis

GET
/v1/stablecoins/market-intelligence/stablecoins-analysis
MarketIntelligence
This endpoint delivers a detailed analysis of stablecoin market metrics, potentially including trend data, comparative analysis between different stablecoins, and other advanced analytical insights. It goes beyond raw data to provide processed information that can be directly used for market research, investment decisions, or risk assessment in the stablecoin sector.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Header Params
Authorization
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://staging.realyeti.xyz/stablecoinapi/api/v1/stablecoins/market-intelligence/stablecoins-analysis' \
--header 'Authorization;'

Responses

🟢200Successful response
application/json
Body
data
array [object {2}] 
optional
name
string 
optional
Example:
US Dollar
data
array [object {5}] 
optional
Example
{
    "data": [
        {
            "name": "US Dollar",
            "data": [
                {
                    "name": "Tether USDt",
                    "ticker": "USDT",
                    "x": 119.39,
                    "y": 697.83,
                    "z": 10951387
                },
                {
                    "name": "USDC",
                    "ticker": "USDC",
                    "x": 35.6,
                    "y": 516.51,
                    "z": 3273305
                },
                {
                    "name": "Binance-Peg USD",
                    "ticker": "BSC-USD",
                    "x": 3.99,
                    "y": 50.45,
                    "z": 3891880
                },
                {
                    "name": "Ethena USDe",
                    "ticker": "USDe",
                    "x": 3.11,
                    "y": 6.99,
                    "z": 9277
                }
            ]
        }
    ]
}
🟠400Bad request
🔴500Internal server error
Modified at 2024-08-27 06:36:00
Previous
Stablecoins Overview
Next
Market Cap Metrics
Built with