{
  "openrpc": "1.2.6",
  "info": {
    "title": "Ethereum Multi-Chain Stablecoin Balance API",
    "description": "Quicknode Ethereum Multi-Chain Stablecoin Balance API reference",
    "version": "1.0.0"
  },
  "methods": [
    {
      "name": "getStablecoinBalances",
      "summary": "Retrieves stablecoin balances for a given wallet address across multiple blockchain networks with support for automatic",
      "description": "Retrieves stablecoin balances for a given wallet address across multiple blockchain networks with support for automatic wallet type detection (EVM, Solana, Tron) and flexible filtering options.",
      "params": [
        {
          "name": "address",
          "description": "The wallet address to query. Supports EVM (0x...), Solana (base58), and Tron (T...) address formats.",
          "required": true,
          "schema": {
            "type": "string"
          }
        },
        {
          "name": "chains",
          "description": "An array of blockchain identifiers to filter results. Supported chains: blast, ethereum, polygon, bsc, arbitrum, optimism, avalanche, base, solana, tron (mainnet networks only). If not specified, queries all supported chains",
          "schema": {
            "type": "array",
            "items": {}
          }
        },
        {
          "name": "tokens",
          "description": "Optional array of token symbols to filter results (e.g., [\"USDT\", \"USDC\", \"DAI\"]).",
          "schema": {
            "type": "array",
            "items": {}
          }
        },
        {
          "name": "contract_addresses",
          "description": "Optional array of specific token contract addresses or mint addresses to filter results.",
          "schema": {
            "type": "array",
            "items": {}
          }
        },
        {
          "name": "peg_types",
          "description": "An array of peg types to filter stablecoins by their pegged currency. Supported types: usd, eur, jpy. If not specified, includes all peg types",
          "schema": {
            "type": "array",
            "items": {}
          }
        },
        {
          "name": "backing_types",
          "description": "An array of backing types to filter stablecoins by their collateralization method. Supported types: fiat_backed, crypto_backed, algorithmic, algorithmic_hybrid, synthetic. If not specified, includes all backing types",
          "schema": {
            "type": "array",
            "items": {}
          }
        },
        {
          "name": "issuer_types",
          "description": "An array of issuer types to filter stablecoins by their governance model. Supported types: centralized, decentralized. If not specified, includes all issuer types",
          "schema": {
            "type": "array",
            "items": {}
          }
        },
        {
          "name": "vm_types",
          "description": "An array of virtual machine types to filter results by blockchain VM architecture. Supported types: evm, svm, tvm. If not specified, includes all VM types",
          "schema": {
            "type": "array",
            "items": {}
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "The stablecoin balance data for the requested address",
        "schema": {
          "type": "object",
          "properties": {
            "address": {
              "type": "string",
              "description": "The wallet address that was queried"
            },
            "chains": {
              "type": "object",
              "properties": {
                "chain_name": {
                  "type": "object",
                  "properties": {
                    "chain_id": {
                      "type": "number",
                      "description": "EVM chain ID for this network"
                    },
                    "balances": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "token": {
                            "type": "string",
                            "description": "Token symbol such as USDT, USDC, TUSD"
                          },
                          "contract_address": {
                            "type": "string",
                            "description": "ERC-20 contract address for EVM chains"
                          },
                          "decimals": {
                            "type": "number",
                            "description": "Token decimals on this chain"
                          },
                          "balance_raw": {
                            "type": "string",
                            "description": "Raw balance in smallest unit as a string"
                          },
                          "balance_formatted": {
                            "type": "string",
                            "description": "Human-readable balance formatted using decimals"
                          }
                        }
                      },
                      "description": "Array of stablecoin balance objects on this chain"
                    }
                  },
                  "description": "Balance data for a specific blockchain such as arbitrum, avalanche, base, bsc, ethereum, optimism, polygon"
                }
              },
              "description": "Balances organized by chain name"
            },
            "timestamp": {
              "type": "string",
              "description": "ISO 8601 timestamp when the balances were computed"
            },
            "total_balances": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "token": {
                    "type": "string",
                    "description": "Token symbol"
                  },
                  "decimals": {
                    "type": "number",
                    "description": "Maximum decimals encountered for this token across chains"
                  },
                  "balance_raw": {
                    "type": "string",
                    "description": "Total raw balance across all chains as a string"
                  },
                  "balance_formatted": {
                    "type": "string",
                    "description": "Total human-readable balance across all chains"
                  }
                }
              },
              "description": "Aggregated totals across all chains grouped by token symbol"
            }
          }
        }
      },
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/multi-chain-stablecoin-balance-api/getStablecoinBalances"
      },
      "examples": [
        {
          "name": "getStablecoinBalances example",
          "params": [
            {
              "name": "address",
              "value": "0xF977814e90dA44bFA03b6295A0616a897441aceC"
            },
            {
              "name": "chains",
              "value": [
                "ethereum",
                "polygon"
              ]
            },
            {
              "name": "tokens",
              "value": [
                "USDT",
                "USDC"
              ]
            }
          ],
          "result": {
            "name": "getStablecoinBalances result",
            "value": {
              "address": "0xF977814e90dA44bFA03b6295A0616a897441aceC",
              "chains": {
                "ethereum": {
                  "balances": [
                    {
                      "balance_formatted": "22794505870.275000",
                      "balance_raw": "22794505870275000",
                      "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
                      "decimals": 6,
                      "token": "USDT"
                    }
                  ],
                  "chain_id": 1
                },
                "polygon": {
                  "balances": [
                    {
                      "balance_formatted": "64.555497",
                      "balance_raw": "64555497",
                      "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
                      "decimals": 6,
                      "token": "USDC"
                    }
                  ],
                  "chain_id": 137
                }
              },
              "timestamp": "2025-10-16T10:56:11.915517401+00:00",
              "total_balances": [
                {
                  "balance_formatted": "64.555497",
                  "balance_raw": "64555497",
                  "decimals": 6,
                  "token": "USDC"
                },
                {
                  "balance_formatted": "22794505870.275",
                  "balance_raw": "22794505870275000",
                  "decimals": 6,
                  "token": "USDT"
                }
              ]
            }
          }
        }
      ]
    },
    {
      "name": "getSupportedStablecoins",
      "summary": "Returns metadata about all supported stablecoins and blockchain networks, including token details, contract addresses, a",
      "description": "Returns metadata about all supported stablecoins and blockchain networks, including token details, contract addresses, and categorization by peg type, backing type, and issuer type.",
      "params": [],
      "result": {
        "name": "result",
        "description": "Supported chains and stablecoin metadata",
        "schema": {
          "type": "object",
          "properties": {
            "chains": {
              "type": "array",
              "items": {},
              "description": "Array of supported chain identifiers such as blast, solana, polygon, bsc, avalanche, base, arbitrum, ethereum, tron, optimism"
            },
            "stablecoins": {
              "type": "object",
              "properties": {
                "chain_name": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "address": {
                        "type": "string",
                        "description": "Token contract or mint address on this chain"
                      },
                      "symbol": {
                        "type": "string",
                        "description": "Token symbol such as USDT, USDC, DAI"
                      },
                      "name": {
                        "type": "string",
                        "description": "Full token name"
                      },
                      "decimals": {
                        "type": "number",
                        "description": "Token decimals on this chain"
                      },
                      "peg_type": {
                        "type": "string",
                        "description": "Peg currency such as usd, eur, jpy"
                      },
                      "backing_type": {
                        "type": "string",
                        "description": "Backing mechanism such as fiat_backed, crypto_backed, algorithmic, algorithmic_hybrid, synthetic"
                      },
                      "issuer_type": {
                        "type": "string",
                        "description": "Issuer model such as centralized or decentralized"
                      }
                    }
                  },
                  "description": "List of stablecoin metadata for this chain"
                }
              },
              "description": "Stablecoins organized by chain name"
            }
          }
        }
      },
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/multi-chain-stablecoin-balance-api/getSupportedStablecoins"
      },
      "examples": [
        {
          "name": "getSupportedStablecoins example",
          "params": [],
          "result": {
            "name": "getSupportedStablecoins result",
            "value": {
              "chains": [
                "blast",
                "solana",
                "polygon",
                "bsc",
                "avalanche",
                "base",
                "arbitrum",
                "ethereum",
                "tron",
                "optimism"
              ],
              "stablecoins": {
                "arbitrum": [
                  {
                    "address": "0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Alchemix USD",
                    "peg_type": "usd",
                    "symbol": "ALUSD"
                  },
                  {
                    "address": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Bridged USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC.e"
                  },
                  {
                    "address": "0xFEa7a6a0B346362BF88A9e4A88416B77a57D6c2A",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Magic Internet Money",
                    "peg_type": "usd",
                    "symbol": "MIM"
                  },
                  {
                    "address": "0x93b346b6BC2548dA6A1E7d98E9a421B42541425b",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Liquity USD",
                    "peg_type": "usd",
                    "symbol": "LUSD"
                  },
                  {
                    "address": "0xFA5Ed56A203466CbBC2430a43c66b9D8723528E7",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Angle EUR",
                    "peg_type": "eur",
                    "symbol": "EURA"
                  },
                  {
                    "address": "0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Gho",
                    "peg_type": "usd",
                    "symbol": "GHO"
                  },
                  {
                    "address": "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
                    "backing_type": "synthetic",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Ethena USDe",
                    "peg_type": "usd",
                    "symbol": "USDE"
                  },
                  {
                    "address": "0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F",
                    "backing_type": "algorithmic_hybrid",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Frax",
                    "peg_type": "usd",
                    "symbol": "FRAX"
                  },
                  {
                    "address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  },
                  {
                    "address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dai Stablecoin",
                    "peg_type": "usd",
                    "symbol": "DAI"
                  },
                  {
                    "address": "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Curve USD",
                    "peg_type": "usd",
                    "symbol": "CRVUSD"
                  }
                ],
                "avalanche": [
                  {
                    "address": "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  },
                  {
                    "address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Bridged USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC.e"
                  },
                  {
                    "address": "0x130966628846BFd36ff31a822705796e8cb8C18D",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Magic Internet Money",
                    "peg_type": "usd",
                    "symbol": "MIM"
                  },
                  {
                    "address": "0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
                    "backing_type": "algorithmic_hybrid",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Frax",
                    "peg_type": "usd",
                    "symbol": "FRAX"
                  },
                  {
                    "address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dai Stablecoin",
                    "peg_type": "usd",
                    "symbol": "DAI"
                  },
                  {
                    "address": "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Euro Coin",
                    "peg_type": "eur",
                    "symbol": "EURC"
                  }
                ],
                "base": [
                  {
                    "address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Euro Coin",
                    "peg_type": "eur",
                    "symbol": "EURC"
                  },
                  {
                    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  },
                  {
                    "address": "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
                    "backing_type": "synthetic",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Ethena USDe",
                    "peg_type": "usd",
                    "symbol": "USDE"
                  },
                  {
                    "address": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dai Stablecoin",
                    "peg_type": "usd",
                    "symbol": "DAI"
                  }
                ],
                "blast": [
                  {
                    "address": "0x4300000000000000000000000000000000000003",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "USDB",
                    "peg_type": "usd",
                    "symbol": "USDB"
                  }
                ],
                "bsc": [
                  {
                    "address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c",
                    "backing_type": "algorithmic",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "USDD",
                    "peg_type": "usd",
                    "symbol": "USDD"
                  },
                  {
                    "address": "0x90C97F71E18723b0Cf0dfa30ee176Ab653E89F40",
                    "backing_type": "algorithmic_hybrid",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Frax",
                    "peg_type": "usd",
                    "symbol": "FRAX"
                  },
                  {
                    "address": "0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Magic Internet Money",
                    "peg_type": "usd",
                    "symbol": "MIM"
                  },
                  {
                    "address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "First Digital USD",
                    "peg_type": "usd",
                    "symbol": "FDUSD"
                  },
                  {
                    "address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  },
                  {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "Binance USD",
                    "peg_type": "usd",
                    "symbol": "BUSD"
                  },
                  {
                    "address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "TrueUSD",
                    "peg_type": "usd",
                    "symbol": "TUSD"
                  },
                  {
                    "address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dai Stablecoin",
                    "peg_type": "usd",
                    "symbol": "DAI"
                  },
                  {
                    "address": "0x2F29Bc0FFAF9bff337b31CBe6CB5Fb3bf12e5840",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dola USD",
                    "peg_type": "usd",
                    "symbol": "DOLA"
                  }
                ],
                "ethereum": [
                  {
                    "address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
                    "backing_type": "algorithmic",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "USDD",
                    "peg_type": "usd",
                    "symbol": "USDD"
                  },
                  {
                    "address": "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Liquity USD",
                    "peg_type": "usd",
                    "symbol": "LUSD"
                  },
                  {
                    "address": "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Curve USD",
                    "peg_type": "usd",
                    "symbol": "CRVUSD"
                  },
                  {
                    "address": "0xb2FDd60AD80ca7bA89B9BAb3b5336c2601C020b4",
                    "backing_type": "crypto_backed",
                    "decimals": 6,
                    "issuer_type": "decentralized",
                    "name": "Zunami USD",
                    "peg_type": "usd",
                    "symbol": "ZUSD"
                  },
                  {
                    "address": "0xBC6DA0FE9aD5f3b0d58160288917AA56653660E9",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Alchemix USD",
                    "peg_type": "usd",
                    "symbol": "ALUSD"
                  },
                  {
                    "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  },
                  {
                    "address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Euro Coin",
                    "peg_type": "eur",
                    "symbol": "EURC"
                  },
                  {
                    "address": "0x865377367054516e17014CcdED1e7d814EDC9ce4",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dola USD",
                    "peg_type": "usd",
                    "symbol": "DOLA"
                  },
                  {
                    "address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dai Stablecoin",
                    "peg_type": "usd",
                    "symbol": "DAI"
                  },
                  {
                    "address": "0x853d955aCEf822Db058eb8505911ED77F175b99e",
                    "backing_type": "algorithmic_hybrid",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Frax",
                    "peg_type": "usd",
                    "symbol": "FRAX"
                  },
                  {
                    "address": "0x0000000000085d4780B73119b644AE5ecd22b376",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "TrueUSD",
                    "peg_type": "usd",
                    "symbol": "TUSD"
                  },
                  {
                    "address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "First Digital USD",
                    "peg_type": "usd",
                    "symbol": "FDUSD"
                  },
                  {
                    "address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "Pax Dollar",
                    "peg_type": "usd",
                    "symbol": "USDP"
                  },
                  {
                    "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Magic Internet Money",
                    "peg_type": "usd",
                    "symbol": "MIM"
                  },
                  {
                    "address": "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "sUSD",
                    "peg_type": "usd",
                    "symbol": "SUSD"
                  },
                  {
                    "address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Angle EUR",
                    "peg_type": "eur",
                    "symbol": "EURA"
                  },
                  {
                    "address": "0xC08512927D12348F6620a698105e1BAac6EcD911",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "GMO JPY",
                    "peg_type": "jpy",
                    "symbol": "GYEN"
                  },
                  {
                    "address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "Binance USD",
                    "peg_type": "usd",
                    "symbol": "BUSD"
                  },
                  {
                    "address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
                    "backing_type": "fiat_backed",
                    "decimals": 2,
                    "issuer_type": "centralized",
                    "name": "Gemini Dollar",
                    "peg_type": "usd",
                    "symbol": "GUSD"
                  },
                  {
                    "address": "0x96F6eF951840721AdBF46Ac996b59E0235CB985C",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "Ondo US Dollar Yield",
                    "peg_type": "usd",
                    "symbol": "USDY"
                  },
                  {
                    "address": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
                    "backing_type": "synthetic",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Ethena USDe",
                    "peg_type": "usd",
                    "symbol": "USDE"
                  },
                  {
                    "address": "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Gho",
                    "peg_type": "usd",
                    "symbol": "GHO"
                  },
                  {
                    "address": "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "PayPal USD",
                    "peg_type": "usd",
                    "symbol": "PYUSD"
                  },
                  {
                    "address": "0xdB25f211AB05b1c97D595516F45794528a807ad8",
                    "backing_type": "fiat_backed",
                    "decimals": 2,
                    "issuer_type": "centralized",
                    "name": "STASIS EURO",
                    "peg_type": "eur",
                    "symbol": "EURS"
                  },
                  {
                    "address": "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Sky Dollar",
                    "peg_type": "usd",
                    "symbol": "USDS"
                  }
                ],
                "optimism": [
                  {
                    "address": "0xc40F949F8a4e094D1b49a23ea9241D289B7b2819",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Liquity USD",
                    "peg_type": "usd",
                    "symbol": "LUSD"
                  },
                  {
                    "address": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Bridged USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC.e"
                  },
                  {
                    "address": "0x8aE125E8653821E851F12A49F7765db9a9ce7384",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dola USD",
                    "peg_type": "usd",
                    "symbol": "DOLA"
                  },
                  {
                    "address": "0x2E3D870790dC77A83DD1d18184Acc7439A53f475",
                    "backing_type": "algorithmic_hybrid",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Frax",
                    "peg_type": "usd",
                    "symbol": "FRAX"
                  },
                  {
                    "address": "0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Alchemix USD",
                    "peg_type": "usd",
                    "symbol": "ALUSD"
                  },
                  {
                    "address": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  },
                  {
                    "address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dai Stablecoin",
                    "peg_type": "usd",
                    "symbol": "DAI"
                  },
                  {
                    "address": "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "sUSD",
                    "peg_type": "usd",
                    "symbol": "SUSD"
                  },
                  {
                    "address": "0x9485aca5bbBE1667AD97c7fE7C4531a624C8b1ED",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Angle EUR",
                    "peg_type": "eur",
                    "symbol": "EURA"
                  },
                  {
                    "address": "0xc52d7f23a2e460248db6eE192cb23dd12bddcbf6",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Curve USD",
                    "peg_type": "usd",
                    "symbol": "CRVUSD"
                  }
                ],
                "polygon": [
                  {
                    "address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Dai Stablecoin",
                    "peg_type": "usd",
                    "symbol": "DAI"
                  },
                  {
                    "address": "0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89",
                    "backing_type": "algorithmic_hybrid",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Frax",
                    "peg_type": "usd",
                    "symbol": "FRAX"
                  },
                  {
                    "address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4",
                    "backing_type": "crypto_backed",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "Angle EUR",
                    "peg_type": "eur",
                    "symbol": "EURA"
                  },
                  {
                    "address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99",
                    "backing_type": "fiat_backed",
                    "decimals": 2,
                    "issuer_type": "centralized",
                    "name": "STASIS EURO",
                    "peg_type": "eur",
                    "symbol": "EURS"
                  },
                  {
                    "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Bridged USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC.e"
                  },
                  {
                    "address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  }
                ],
                "solana": [
                  {
                    "address": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  },
                  {
                    "address": "2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "PayPal USD",
                    "peg_type": "usd",
                    "symbol": "PYUSD"
                  },
                  {
                    "address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "USD Coin",
                    "peg_type": "usd",
                    "symbol": "USDC"
                  }
                ],
                "tron": [
                  {
                    "address": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
                    "backing_type": "algorithmic",
                    "decimals": 18,
                    "issuer_type": "decentralized",
                    "name": "USDD",
                    "peg_type": "usd",
                    "symbol": "USDD"
                  },
                  {
                    "address": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
                    "backing_type": "fiat_backed",
                    "decimals": 18,
                    "issuer_type": "centralized",
                    "name": "TrueUSD",
                    "peg_type": "usd",
                    "symbol": "TUSD"
                  },
                  {
                    "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
                    "backing_type": "fiat_backed",
                    "decimals": 6,
                    "issuer_type": "centralized",
                    "name": "Tether USD",
                    "peg_type": "usd",
                    "symbol": "USDT"
                  }
                ]
              }
            }
          }
        }
      ]
    }
  ],
  "servers": [
    {
      "name": "Multi-Chain Stablecoin Balance API",
      "url": "https://docs-demo.quiknode.pro"
    }
  ]
}