getSupportedStablecoins RPC Method - Multi-Chain Stablecoin Balance API
Please note that this RPC method requires the Multi-Chain Stablecoin Balance API add-on enabled on your QuickNode endpoint. This method is only supported on Mainnet networks of all supported chains.
Parameters
This method does not accept any parameters
Returns
result
object
Loading...
chains
array
Loading...
stablecoins
object
Loading...
chain_name
array
Loading...
address
string
Loading...
symbol
string
Loading...
name
string
Loading...
decimals
number
Loading...
peg_type
string
Loading...
backing_type
string
Loading...
issuer_type
string
Loading...
Request
curl https://docs-demo.quiknode.pro/ \ -X POST \ -H "Content-Type: application/json" \ --data '{ "method": "getSupportedStablecoins", "params": {}, "id": 1, "jsonrpc": "2.0" }'
var myHeaders = new Headers(); myHeaders.append("Content-Type", "application/json"); var raw = JSON.stringify({ "method": "getSupportedStablecoins", "params": {}, "id": 1, "jsonrpc": "2.0" }); var requestOptions = { method: 'POST', headers: myHeaders, body: raw, redirect: 'follow' }; fetch("https://docs-demo.quiknode.pro/", requestOptions) .then(response => response.text()) .then(result => console.log(result)) .catch(error => console.log('error', error));
import requests import json url = "https://docs-demo.quiknode.pro/" payload = json.dumps({ "method": "getSupportedStablecoins", "params": {}, "id": 1, "jsonrpc": "2.0" }) headers = { 'Content-Type': 'application/json' } response = requests.request("POST", url, headers=headers, data=payload) print(response.text)
require "uri" require "json" require "net/http" url = URI("https://docs-demo.quiknode.pro/") https = Net::HTTP.new(url.host, url.port) https.use_ssl = true request = Net::HTTP::Post.new(url) request["Content-Type"] = "application/json" request.body = JSON.dump({ "method": "getSupportedStablecoins", "params": {}, "id": 1, "jsonrpc": "2.0" }) response = https.request(request) puts response.read_body
Response
{ "jsonrpc": "2.0", "result": { "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" } ] } }, "id": 1 }
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free