Skip to main content
POST
/
api
/
defillama
/
stablecoins
/defillama/stablecoins
curl --request POST \
  --url https://api.anysite.io/api/defillama/stablecoins \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "stablecoin": 2,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "@defillama_stablecoin_detail",
    "symbol": "<string>",
    "address": "<string>",
    "url": "<string>",
    "description": "<string>",
    "gecko_id": "<string>",
    "cmc_id": "<string>",
    "peg_type": "<string>",
    "peg_mechanism": "<string>",
    "price": 123,
    "price_source": "<string>",
    "on_coin_gecko": true,
    "twitter": "<string>",
    "wiki": "<string>",
    "audit_links": [],
    "circulating": 123,
    "chains": [],
    "chain_circulating": {}
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
stablecoin
integer
required

DeFiLlama stablecoin numeric id

Required range: x >= 1
Examples:

1

2

5

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
@type
string
default:@defillama_stablecoin_detail
symbol
string | null
address
string | null
url
string | null
description
string | null
gecko_id
string | null
cmc_id
string | null
peg_type
string | null
peg_mechanism
string | null
price
number | null
price_source
string | null
on_coin_gecko
boolean | null
twitter
string | null
wiki
string | null
circulating
number | null
chains
string[]
chain_circulating
Chain Circulating · object