You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /api/market/price endpoint currently relies on a single HTTP call to the external market data provider (Coingecko by default). If the provider is temporarily unavailable or slow, the endpoint fails immediately.
The
/api/market/priceendpoint currently relies on a single HTTP call to the external market data provider (Coingecko by default). If the provider is temporarily unavailable or slow, the endpoint fails immediately.