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 Overview

GET
/v1/stablecoins/market-intelligence/overview
MarketIntelligence
This endpoint provides a high-level overview of the entire stablecoin market. It returns key aggregated metrics such as total market capitalization, monthly transfer volume, number of active addresses, total holders, and circulating supply. This data offers a quick snapshot of the overall health and size of the stablecoin market, useful for macro-level analysis and tracking the growth of the stablecoin ecosystem over time.

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/overview' \
--header 'Authorization;'

Responses

🟢200Successful response
application/json
Body
data
object 
optional
market_cap
string 
optional
Example:
169.57B
monthly_transfer_volume
string 
optional
Example:
1.74T
monthly_active_addresses
string 
optional
Example:
18.32M
holders
string 
optional
Example:
131.24M
circulating_supply
string 
optional
Example:
39.38
Example
{
    "data": {
        "market_cap": "180.5B",
        "monthly_transfer_volume": "500.2T",
        "monthly_active_addresses": "25.7M",
        "holders": "150.3M",
        "circulating_supply": "180.5B"
    }
}
🟠400Bad request
🔴500Internal server error
Modified at 2024-08-27 06:35:41
Previous
Marketcap by Network
Next
Stablecoins Analysis
Built with