Skip to content

Price API no longer returns data for nDEPS token #9832

@lapatric

Description

@lapatric

Price API No Longer Returns Data for nDEPS Token

Issue Description

The DeFi Llama price API endpoint is no longer returning price data for the nDEPS token (ethereum:0xc71104001a3ccda1bef1177d765831bd1bfe8ee6). This
token was previously working correctly with the price API, but suddenly started returning empty results a few days ago.

Steps to Reproduce

  1. Query the endpoint: https://coins.llama.fi/prices/current/ethereum:0xc71104001a3ccda1bef1177d765831bd1bfe8ee6
  2. Response: {"coins":{}}
  3. Even with a large searchWidth parameter (e.g., ?searchWidth=10000h), no price data is returned

Expected Behavior

The API should return the current price for the nDEPS token as it did previously and as is available on Coingecko.

Actual Behavior

The API returns an empty coins object.

Additional Information

Impact

This is causing incorrect TVL calculations for the dEURO protocol in the DeFi Llama dashboard.

Possible Causes

I've reviewed the code and the token is not in the distressedAssets list. Since it was working before but suddenly stopped, it might be due to:

  1. The token record being accidentally removed from the database
  2. A change in how this specific token's data is processed or stored
  3. An issue with the background jobs that fetch price data from Coingecko

Any assistance in resolving this issue would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions