# Nevua Markets ## Docs - [Manage your alerts](https://docs.nevua.markets/alerts/alert-management.md) - [Alert Conditions](https://docs.nevua.markets/alerts/conditions.md): A list of all available alert conditions in Nevua Markets - [Create a market status alert](https://docs.nevua.markets/alerts/create-a-market-status-alert.md): Get notified when markets are created and resolved - [Create a price alert](https://docs.nevua.markets/alerts/create-a-price-alert.md): Get notified when the odds of a market meet certain conditions - [Discord](https://docs.nevua.markets/alerts/notification-channels/discord.md): Receive real-time alerts directly in your Discord server - [In-App](https://docs.nevua.markets/alerts/notification-channels/in-app.md) - [Telegram](https://docs.nevua.markets/alerts/notification-channels/telegram.md): Receive real-time alerts directly in your Telegram account through our notification bot. - [Webhook](https://docs.nevua.markets/alerts/notification-channels/webhook.md): Integrate alerts with your own systems using webhooks for custom automation and workflows. - [Trigger Frequency](https://docs.nevua.markets/alerts/trigger-frequency.md): How often should your alert trigger? - [Webhook Payloads](https://docs.nevua.markets/api-reference/alert-webhooks/webhook-payloads.md) - [Create a watchlist subscription](https://docs.nevua.markets/api-reference/alerts/create-a-watchlist-subscription.md): This endpoint creates a subscription that monitors all existing and newly added markets in a watchlist. - [Delete subscriptions](https://docs.nevua.markets/api-reference/alerts/delete-subscriptions.md): Delete one or more subscriptions by their IDs. Only subscriptions belonging to the authenticated user can be deleted. - [Get subscriptions](https://docs.nevua.markets/api-reference/alerts/get-subscriptions.md): Fetch all subscriptions for the authenticated user. If a watchlistId is provided, only subscriptions for that specific watchlist are returned. - [Authentication](https://docs.nevua.markets/api-reference/authentication.md): Learn how to authenticate your API requests using Bearer tokens - [Delete a webhook](https://docs.nevua.markets/api-reference/demo/delete-a-webhook.md): Soft-deletes a webhook by setting active to false. - [Fetch all events](https://docs.nevua.markets/api-reference/demo/fetch-all-events.md): Returns paginated events from the events collection. Default page size is 500. - [Get raw volume and liquidity timeseries for a market](https://docs.nevua.markets/api-reference/demo/get-raw-volume-and-liquidity-timeseries-for-a-market.md): Returns all raw timeseries data for a specific market, sorted by timestamp ascending. - [Get volume and liquidity stats for a market](https://docs.nevua.markets/api-reference/demo/get-volume-and-liquidity-stats-for-a-market.md): Computes volume and liquidity analytics for a specific market from the market_volume_timeseries collection. Returns volume traded in multiple time windows (1h, 4h, 12h, 24h), volume as a percentage of total, liquidity-to-volume ratio, and turnover ratio. - [List active webhooks](https://docs.nevua.markets/api-reference/demo/list-active-webhooks.md): Returns all active demo webhooks. - [Register a webhook](https://docs.nevua.markets/api-reference/demo/register-a-webhook.md): Register a webhook URL to receive notifications when events are opened or closed. - [Webhook Notification Payload](https://docs.nevua.markets/api-reference/demo/webhook-payloads.md): Payload format for demo webhook notifications - [Search by keyphrases](https://docs.nevua.markets/api-reference/search/search-by-keyphrases.md): Search for events using keyphrases. - [Search by tags](https://docs.nevua.markets/api-reference/search/search-by-tags.md): Search for events using tag slugs. - [Create live watchlist from tags](https://docs.nevua.markets/api-reference/watchlists/create-live-watchlist-from-tags.md): This endpoint creates a live watchlist by specifying which tags to monitor: - [Delete a watchlist](https://docs.nevua.markets/api-reference/watchlists/delete-a-watchlist.md): Permanently deletes a watchlist. Any subscriptions created for this watchlist will be cascade-deleted as well. - [Get watchlists](https://docs.nevua.markets/api-reference/watchlists/get-watchlists.md): Retrieves all watchlists, or a specific one if `watchlistId` is provided. Watchlists are sorted by creation date - newest first. - [Update watchlist tags query](https://docs.nevua.markets/api-reference/watchlists/update-watchlist-tags-query.md): Replaces the tag-based query of an existing watchlist. This endpoint requires that the watchlist currently uses tags (not keyphrases) and that at least one valid tag is provided. - [How to Sign Up](https://docs.nevua.markets/introduction/how-to-sign-up.md) - [What is Nevua Markets?](https://docs.nevua.markets/introduction/what-is-nevua-markets.md) - [Create a watchlist](https://docs.nevua.markets/watchlists/create-a-watchlist.md) ## OpenAPI Specs - [openapi](https://docs.nevua.markets/openapi.json) ## Optional - [Nevua Markets](https://nevua.markets) - [Twitter](https://x.com/NevuaMarkets)