Discover/farside.co.uk API
live

farside.co.uk APIfarside.co.uk

Access Bitcoin, Ethereum, and Solana ETF daily flow data in US$m across all US spot ETF tickers, plus Farside Equity Fund metrics. Historical data from January 2024.

Endpoints
6
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/942741c9-1857-4cca-89fd-31c80c2c6ea4/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/942741c9-1857-4cca-89fd-31c80c2c6ea4/get_bitcoin_etf_flows_recent' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get recent Bitcoin ETF flow data in US$m for all US spot Bitcoin ETFs. Returns daily flow amounts per ticker and summary statistics including fees, totals, averages, maximums, and minimums.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of daily flow records, each containing Date and flow values per ticker (IBIT, FBTC, BITB, ARKB, BTCO, EZBC, BRRR, HODL, BTCW, MSBT, GBTC, BTC) plus Total",
    "summary": "object with Fee, Total, Average, Maximum, Minimum breakdowns per ticker"
  },
  "sample": {
    "data": {
      "data": [
        {
          "BTC": 6.2,
          "ARKB": 88.5,
          "BITB": 27.3,
          "BRRR": 0,
          "BTCO": 0,
          "BTCW": 0,
          "Date": "01 May 2026",
          "EZBC": 0,
          "FBTC": 213.4,
          "GBTC": 0,
          "HODL": 5.5,
          "IBIT": 284.4,
          "MSBT": 4.5,
          "Total": 629.8
        }
      ],
      "summary": {
        "Fee": {
          "FBTC": 0.0025,
          "GBTC": 0.015,
          "IBIT": 0.0025
        },
        "Total": {
          "FBTC": 11091,
          "IBIT": 65502,
          "Total": 58750
        },
        "Average": {
          "FBTC": 19.2,
          "IBIT": 113.3
        },
        "Maximum": {
          "IBIT": 1119.9
        },
        "Minimum": {
          "IBIT": -528.3
        }
      }
    },
    "status": "success"
  }
}

About the farside.co.uk API

The Farside ETF Flows API exposes 6 endpoints covering daily inflow and outflow data for all US spot Bitcoin, Ethereum, and Solana ETFs, denominated in US$m. The get_bitcoin_etf_flows_all endpoint returns a complete record from January 2024 onward, with per-ticker columns for IBIT, FBTC, BITB, ARKB, and others alongside running totals. Summary statistics — fees, averages, maximums, and minimums — are included across every flow endpoint.

Bitcoin ETF Flow Data

Two endpoints cover US spot Bitcoin ETFs: get_bitcoin_etf_flows_recent for the latest trading days and get_bitcoin_etf_flows_all for the full history from January 2024 to present. Both return a data array of daily records keyed by Date, with individual columns for each ticker (IBIT, FBTC, BITB, ARKB, BTCO, EZBC, BRRR, HODL, BTCW) and a Total field per row. A summary object accompanies each response with Fee, Total, Average, Maximum, and Minimum breakdowns per ticker, making it straightforward to compare fund-level accumulation or draw down across the cohort.

Ethereum and Solana ETF Flow Data

get_ethereum_etf_flows_recent and get_ethereum_etf_flows_all mirror the Bitcoin structure for US spot Ethereum ETFs (ETHA, ETHB, FETH, ETHW, TETH, ETHV, QETH, EZET, ETHE), with history starting from July 2024. The summary objects for Ethereum endpoints add Staking and Seed fields per ticker — relevant distinctions given product-level differences among issuers. get_solana_etf_flows covers the Solana cohort (BSOL, VSOL, FSOL, TSOL, SOEZ, GSOL) with the same Fee, Staking, Seed, and Total summary structure. All flow values are denominated in US$m.

Farside Equity Fund Info

get_fund_info returns static and periodically updated metadata for the Farside Equity Fund itself: current NAV (with date embedded in the key name), launch date and price, FCA host firm, fund auditor, fund registration authority, fund administrator, and investment advisor details including the director's name and regulator. This endpoint is useful for anyone building dashboards that reference fund-of-record information alongside the ETF flow data.

Common use cases
  • Chart daily net flows per Bitcoin ETF ticker to visualize institutional allocation shifts over time
  • Compare total cumulative inflows across Ethereum ETF issuers using the Total summary field
  • Screen for outlier trading days using Maximum and Minimum values from the Bitcoin ETF summary object
  • Track Solana ETF adoption by monitoring the Total column across daily records since launch
  • Display Farside Equity Fund NAV and service-provider details on a crypto fund information dashboard
  • Correlate ETF flow data with price movements by joining dated flow records with external price feeds
  • Monitor staking and seed capital exposure across Ethereum ETF products using the Staking and Seed summary fields
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does farside.co.uk offer an official developer API?+
Farside does not publish an official developer API. The data on farside.co.uk is presented in web tables intended for manual reading. This Parse API provides structured programmatic access to that data.
What does the `summary` object contain, and does it differ across endpoints?+
Every flow endpoint returns a summary object keyed by ticker. Bitcoin endpoints include Fee, Total, Average, Maximum, and Minimum. Ethereum and Solana endpoints extend this with Staking and Seed fields, reflecting product-level differences among those ETF issuers. The all-history Bitcoin endpoint omits Fee from its summary, returning only Total, Average, Maximum, and Minimum.
How far back does the historical data go?+
get_bitcoin_etf_flows_all covers daily records from January 2024 onward, which aligns with the US spot Bitcoin ETF launch window. get_ethereum_etf_flows_all starts from July 2024, when US spot Ethereum ETFs began trading. The Solana endpoint covers data from the point Solana ETF products appeared on Farside's tracker. Exact start dates are reflected in the earliest Date value in each data array.
Does the API provide on-chain or AUM data, not just flows?+
Not currently. All flow endpoints return daily net flow figures in US$m and summary statistics. Assets under management, on-chain holdings, share counts, or price data are not included. You can fork this API on Parse and revise it to add an endpoint targeting a source that exposes AUM or holdings data.
Can I filter flow data by a specific ticker or date range?+
The endpoints return full datasets without server-side filtering — all tickers and all available dates are returned in each response. Date and ticker filtering would need to be applied client-side after receiving the data array. If you need a filtered endpoint, you can fork the API on Parse and revise it to add query parameters that subset the response.
Page content last updated . Spec covers 6 endpoints from farside.co.uk.
Related APIs in Crypto Web3See all →
coinbase.com API
Monitor real-time cryptocurrency market movements by viewing top gainers and losers, along with ranked coin listings showing price changes across different time periods. Stay informed on which cryptocurrencies are performing best to make timely investment decisions.
app.hyperliquid.xyz API
Access real-time leaderboard rankings, market data for perpetual and spot markets, order books, and detailed trader analytics on the Hyperliquid decentralized exchange. Monitor top traders' open positions and identify delta-neutral trading strategies.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
nseindia.com API
Track live NSE stock prices, monitor indices, analyze option chains, and access corporate announcements with real-time market data from India's National Stock Exchange. View equity quotes with full order books, identify top gainers/losers, analyze 52-week highs/lows, and explore historical price trends all in structured JSON format.
opensea.io API
Search NFT collections and discover detailed stats, browse individual items, and track collection activity all in one place. Get real-time insights into collection performance and find the NFTs you're looking for on OpenSea.
studio.glassnode.com API
Access comprehensive on-chain and market analytics for cryptocurrencies, including asset fundamentals, supply dynamics, futures data, and profit/loss metrics. Search and analyze assets with historical chart data and market overview information to track crypto performance and trends.