# Myracing — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Get today's horse racing tips and predictions from MyRacing, including the NAP of the day, accumulators, doubles, and Lucky 15 bets with horse names, odds, venues, and expert analysis. Stay ahead of the races by accessing curated betting recommendations all in one place.

**Category:** Sports | **Website:** [www.myracing.com/tips/horse-racing/](https://www.myracing.com/tips/horse-racing/) | **Docs:** [parse.bot/marketplace/b8e1ffb5-fc90-4266-a1d9-927a15916e65/myracing-com-api](https://parse.bot/marketplace/b8e1ffb5-fc90-4266-a1d9-927a15916e65/myracing-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-myracing-com-api-b8e1ffb5/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_tips

Retrieves today's horse racing tips and naps from myracing.com expert tipsters. Returns all tip types: accumulator, NAP of the day, double, and Lucky 15. Each tip includes the horse name, odds, venue, race time, race name, and tipster analysis. The NAP (best bet of the day) is identified by the is_nap field. Tips are updated daily and reflect the current racing card.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-myracing-com-api-b8e1ffb5/get_tips \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
