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

Market Intelligence

GET
/v1/stablecoins/market-intelligence/
MarketIntelligence
This endpoint retrieves a list of stablecoins with detailed market intelligence data.

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

Responses

🟢200Successful response
application/json
Body
array of:
id
integer 
optional
Example:
4173
name
string 
optional
Example:
Arbitrum USDT
name_icon
string 
optional
Example:
https://cdn.rwa.xyz/images/network-icons/128/color/arbitrum.png
ticker
string  | null 
optional
Example:
null
network_name
string 
optional
Example:
Arbitrum
network_icon
string 
optional
Example:
https://cdn.rwa.xyz/images/network-icons/128/color/arbitrum.png
parent_id
integer 
optional
Example:
4170
pegged_currency_name
string  | null 
optional
Example:
null
pegged_currency_icon
string  | null 
optional
Example:
null
price
string  | null 
optional
Example:
null
price_num
number <float>
optional
Example:
0
market_cap
string 
optional
Example:
$2,73,55,48,545.638
market_cap_num
number <float>
optional
Example:
2735548545.6375523
monthly_transfer_volume
string 
optional
Example:
$19,58,19,83,147.414
monthly_transfer_volume_num
number <float>
optional
Example:
19581983147.4139
monthly_transfer_count
integer 
optional
Example:
9051992
monthly_active_addresses
integer 
optional
Example:
547148
holders
integer 
optional
Example:
5540716
underlying_assets
string  | null 
optional
Example:
null
bluechip_rating
string  | null 
optional
Example:
null
regulatory_framework
string  | null 
optional
Example:
null
governing_body
string  | null 
optional
Example:
null
issuer_legal_structure_country_name
string  | null 
optional
Example:
null
issuer_legal_structure_country_icon
string  | null 
optional
Example:
null
are_accounts_segregated
string  | null 
optional
Example:
null
are_holding_bankruptcy_remote
string  | null 
optional
Example:
null
transparency_type
string  | null 
optional
Example:
null
contract_address
string 
optional
Example:
0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9
Example
[
    {
        "id": 1,
        "name": "USDT on Ethereum",
        "name_icon": "https://cdn.rwa.xyz/images/stablecoin-icons/128/usdt.png",
        "ticker": "USDT",
        "network_name": "Ethereum",
        "network_icon": "https://cdn.rwa.xyz/images/network-icons/128/color/ethereum.png",
        "parent_id": null,
        "pegged_currency_name": "US Dollar",
        "pegged_currency_icon": "https://cdn.rwa.xyz/images/currency-icons/128/usd.png",
        "price": "$1.00",
        "price_num": 1,
        "market_cap": "$40,000,000,000",
        "market_cap_num": 40000000000,
        "monthly_transfer_volume": "$150,000,000,000",
        "monthly_transfer_volume_num": 150000000000,
        "monthly_transfer_count": 15000000,
        "monthly_active_addresses": 2000000,
        "holders": 5000000,
        "underlying_assets": "Cash and cash equivalents, US Treasury bills",
        "bluechip_rating": "A",
        "regulatory_framework": "Registered as a Money Services Business with FinCEN",
        "governing_body": "Tether Limited",
        "issuer_legal_structure_country_name": "Hong Kong",
        "issuer_legal_structure_country_icon": "https://cdn.rwa.xyz/images/country-icons/128/hk.png",
        "are_accounts_segregated": "true",
        "are_holding_bankruptcy_remote": "true",
        "transparency_type": "Regular attestations",
        "contract_address": "0xdac17f958d2ee523a2206206994597c13d831ec7"
    }
]
🟠400Bad request
🔴500Internal server error
Modified at 2024-08-27 06:35:08
Previous
Total Loans by Protocol
Next
Marketcap by Network
Built with