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

> Access real-time and historical cryptocurrency ETF flow data — including Bitcoin, Ethereum, and Solana — covering daily inflows and outflows across all US spot ETF tickers. Retrieve fund-level metrics such as fees, staking status, seed capital, and summary statistics, plus public information on the Farside Equity Fund.

**Category:** Web3 & Onchain | **Website:** [farside.co.uk/](https://farside.co.uk/) | **Docs:** [parse.bot/marketplace/d1af202b-4969-4869-bcf2-d16d71525d36/farside-co-uk-api](https://parse.bot/marketplace/d1af202b-4969-4869-bcf2-d16d71525d36/farside-co-uk-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-farside-co-uk-api-d1af202b/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_bitcoin_etf_flows_all

Get complete historical Bitcoin ETF flow data from January 2024 to present for all US spot Bitcoin ETFs. Returns daily flow amounts per ticker and summary statistics including Total breakdown per ticker. Large response covering all trading days since inception.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-farside-co-uk-api-d1af202b/get_bitcoin_etf_flows_all \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_bitcoin_etf_flows_recent

Get recent Bitcoin ETF flow data in US$m for all US spot Bitcoin ETFs. Returns the most recent trading days of daily flow amounts per ticker (IBIT, FBTC, BITB, ARKB, BTCO, EZBC, BRRR, HODL, BTCW, MSBT, GBTC, BTC) plus Total, and summary statistics including Fee, Total, Average, Maximum, and Minimum breakdowns per ticker.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-farside-co-uk-api-d1af202b/get_bitcoin_etf_flows_recent \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_ethereum_etf_flows_all

Get complete historical Ethereum ETF flow data from July 2024 to present for all US spot Ethereum ETFs. Returns daily flow amounts per ticker and summary statistics including Fee, Seed, and Total breakdowns per ticker. Large response covering all trading days since inception.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-farside-co-uk-api-d1af202b/get_ethereum_etf_flows_all \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_ethereum_etf_flows_recent

Get recent Ethereum ETF flow data in US$m for all US spot Ethereum ETFs. Returns the most recent trading days of daily flow amounts per ticker (ETHA, ETHB, FETH, ETHW, TETH, ETHV, QETH, EZET, ETHE, ETH) plus Total, and summary statistics including Fee, Seed, Total, Average, Maximum, and Minimum breakdowns per ticker.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-farside-co-uk-api-d1af202b/get_ethereum_etf_flows_recent \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_fund_info

Get public information and key metrics for the Farside Equity Fund, including current NAV, launch details, and service providers. The NAV key name includes the date it was last updated.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-farside-co-uk-api-d1af202b/get_fund_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_solana_etf_flows

Get Solana ETF flow data in US$m for US spot Solana ETFs. Returns daily flow amounts per ticker (BSOL, VSOL, FSOL, TSOL, SOEZ, GSOL) plus Total, and summary statistics including Fee, Seed, Total, Average, Maximum, and Minimum breakdowns per ticker.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-farside-co-uk-api-d1af202b/get_solana_etf_flows \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
