Error: Endpoint not found (404)

Common causes:

  1. Wrong base URL — must be https://lunarcrush.com/api4, not /api3 or /api.

  2. Missing version suffix — endpoints require /v1 or /v2.

  3. Topic names are lowercase (bitcoin not Bitcoin).

  4. Verify the exact path in the docs at lunarcrush.com/developers/api/endpoints.

Correct example: GET https://lunarcrush.com/api4/public/topic/bitcoin/v1

Helpful links