coingecko_dart 0.0.5 copy "coingecko_dart: ^0.0.5" to clipboard
coingecko_dart: ^0.0.5 copied to clipboard

outdated

A Dart/Flutter Wrapper for the CoinGecko API (V3)

coingecko_dart #

A Dart/Flutter Wrapper for the CoinGecko API (V3).

What's implemented so far: GET /ping GET /coins/list

What's remaining: Everything else except the beta features.

  • USAGE:
    CoinGeckoApi apiInstance = CoinGeckoApi();
    CoinGeckoResult pingResult = apiInstance.ping();
    CoinGeckoResult coinListResult = apiInstance.listCoins();
  1. use CoinGeckoResult.isSuccess to verify if the request was successful.
  2. Coin list data of type List
5
likes
0
pub points
45%
popularity

Publisher

unverified uploader

A Dart/Flutter Wrapper for the CoinGecko API (V3)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio

More

Packages that depend on coingecko_dart