Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coingecko trending nfts #438

Closed
StephanAkkerman opened this issue Nov 7, 2023 · 0 comments
Closed

Add coingecko trending nfts #438

StephanAkkerman opened this issue Nov 7, 2023 · 0 comments
Labels
Difficulty: Easy 😊 This issue can easily be solved, only a few line changes necessary Improvement 📈 Improvement Priority: Low 🥉 Assign this label if this issue is used once every few days

Comments

@StephanAkkerman
Copy link
Owner

It's supported by the coingecko api and returns all useful data:

"nfts": [
    {
      "id": "more-loot",
      "name": "More Loot",
      "symbol": "mloot",
      "thumb": "https://assets.coingecko.com/nft_contracts/images/435/small/mloot.png?1656678281",
      "nft_contract_id": 435,
      "native_currency_symbol": "eth",
      "floor_price_in_native_currency": 0.88,
      "floor_price_24h_percentage_change": 43089.978864755
    },
@StephanAkkerman StephanAkkerman added Improvement 📈 Improvement Priority: Low 🥉 Assign this label if this issue is used once every few days Difficulty: Easy 😊 This issue can easily be solved, only a few line changes necessary labels Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Easy 😊 This issue can easily be solved, only a few line changes necessary Improvement 📈 Improvement Priority: Low 🥉 Assign this label if this issue is used once every few days
Projects
None yet
Development

No branches or pull requests

1 participant