StablecoinRateTarget

Documentation for eth_defi.feed.stablecoin_rate.StablecoinRateTarget Python class.

class StablecoinRateTarget

Bases: object

One stablecoin YAML entry that may be refreshed from CoinGecko.

Attributes summary

yaml_path

entry_index

slug

symbol

category

name

coingecko_id

coingecko_link

coingecko_id_source

coingecko_id_verified_at

peg_currency

usd_rate

usd_rate_fetched_at

usd_rate_updated_at

peg_rate

peg_rate_currency

rate_fetch_failed_at

rate_fetch_failed_reason

depegged_at

contract_addresses

Methods summary

__init__(yaml_path, entry_index, slug, ...)

__init__(yaml_path, entry_index, slug, symbol, category, name, coingecko_id, coingecko_link, coingecko_id_source, coingecko_id_verified_at, peg_currency, usd_rate, usd_rate_fetched_at, usd_rate_updated_at, peg_rate, peg_rate_currency, rate_fetch_failed_at, rate_fetch_failed_reason, depegged_at, contract_addresses)
Parameters
Return type

None