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

Marketcap by Network

GET
/v1/stablecoins/market-intelligence/network-market-caps
MarketIntelligence
This endpoint offers a breakdown of stablecoin market capitalization and transaction volumes across different blockchain networks. It allows users to compare the adoption and usage of stablecoins on various networks like Ethereum, Binance Smart Chain, etc. This data is valuable for understanding which networks are dominant in the stablecoin space and how stablecoin activity is distributed across the blockchain ecosystem.

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/network-market-caps' \
--header 'Authorization;'

Responses

🟢200Successful response
application/json
Body
data
array [object {4}] 
optional
name
string 
optional
Example:
Ethereum
market_cap
number <float>
optional
Example:
86808036570.18497
transaction_volume
number <float>
optional
Example:
910325787272.2032
gradient_colors
array[string]
optional
Example:
["#c4d6ff","#4f6fc1"]
Example
{
    "data": [
        {
            "name": "Ethereum",
            "market_cap": 80000000000,
            "transaction_volume": 250000000000,
            "gradient_colors": [
                "#c4d6ff",
                "#4f6fc1"
            ]
        },
        {
            "name": "Tron",
            "market_cap": 40000000000,
            "transaction_volume": 100000000000,
            "gradient_colors": [
                "#ffe6cc",
                "#ff6b00"
            ]
        },
        {
            "name": "Binance Smart Chain",
            "market_cap": 20000000000,
            "transaction_volume": 75000000000,
            "gradient_colors": [
                "#fff4cc",
                "#f0b90b"
            ]
        }
    ]
}
🟠400Bad request
🔴500Internal server error
Modified at 2024-08-27 06:35:31
Previous
Market Intelligence
Next
Stablecoins Overview
Built with