DefiLlama Stablecoins
/api/v1/defillama/stablecoin
Description
Get DefiLlama supported stablecoins that can be used as a parameter in the following endpoints:
Method
GET
Source
Database
Parameters
None
Response Status Codes
Status | Description |
---|---|
200 OK | Success. Returns supported stablecoins. |
Example: Get all supported stablecoins
Request
GET /api/v1/defillama/stablecoin
Response
[
"BUSD",
"USDCB",
"USDY",
"3USD",
"AEUR",
"ALUSD",
"ANONUSD",
"ARUSD",
"AUDD",
"BAI",
"BAOUSD",
...
]