# Bloxfruitsvalues — 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.

> Check real-time trade values and demand ratings for every fruit in Blox Fruits to make informed trading decisions. Get comprehensive pricing data and item metadata directly from bloxfruitsvalues.com to optimize your in-game trades.

**Category:** Marketplaces | **Website:** [bloxfruitsvalues.com/calculator](https://bloxfruitsvalues.com/calculator) | **Docs:** [parse.bot/marketplace/f6a2f345-d53a-4b41-b8e1-82191f6f7e0a/bloxfruitsvalues-com-api](https://parse.bot/marketplace/f6a2f345-d53a-4b41-b8e1-82191f6f7e0a/bloxfruitsvalues-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-bloxfruitsvalues-com-api-f6a2f345/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_all_fruits

Returns all Blox Fruits with their current regular trade values, demand ratings, rarity, last updated timestamp, and image URLs. Updated daily. Results are returned as a single page of all 42 fruits sorted by value descending.

**Estimated cost:** Metered

_No parameters required._

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