Learn R Programming

usdc (version 0.1.0)

USDC and Centre Stablecoin Blockchain Data

Description

Client for data sources to track current and historical 'usdc' circulation on blockchains officially supported by the Centre Consortium (Algorand, Ethereum, Solana, Stellar). USDC is a dollar-backed stablecoin issued by the Centre Consortium. This package utilizes block explorer APIs to retrieve current circulation data and the Coin Metrics API to retrieve historical metrics. Additional utility functions are provided for charting and looking up the metrics definitions for Coin Metrics V4 API, which is documented at .

Copy Link

Version

Install

install.packages('usdc')

Monthly Downloads

1

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Galen Simmons

Last Published

June 21st, 2021

Functions in usdc (0.1.0)

fetch_historical_ethereum

Fetch historical USDC metrics on Ethereum
print_all_chains

Fetch and print the current USDC circulation on all official Centre blockchains
%>%

Pipe operator
fetch_supply_solana

Fetch the current USDC circulation on Solana
chart_current_supply_usdc

Plot the current USDC circulation on all official Centre blockchains
fetch_supply_algorand

Fetch the current USDC circulation on Algorand
metrics

Supported metrics available through Coin Metrics
fetch_supply_ethereum

Fetch the current USDC circulation on Ethereum
fetch_supply_usdc

Fetch the current USDC circulation on all official Centre blockchains
fetch_supply_stellar

Fetch the current USDC circulation on Stellar
coinmetrics_supported_metrics

Supported Coin Metrics metrics for USDC
chart_historical_supply_usdc

Plot the historical USDC circulation on Ethereum