Beta

The Partner Trading API v1 is in beta — endpoints and response shapes may still change.

Developers
Cru World Wine
API v1 · Read access
Getting started

Partner Trading API

Connect your business to Cru’s fine wine market. Verify your access, explore the live bid book, and retrieve individual bids through one versioned API.

Your first integration

Get your API credentials

Ask Cru for a client key and secret with meta:read and market:read. Confirm your API environment and permitted markets.

Check your connection

Call GET /ping to verify your credentials and granted scopes.

Read the market

Page through GET /market/bids. Re-read a bid to confirm the price and fulfilment conditions before acting.

The request sequence, end to end

5 STEPS
  1. Your server

    Confirm what your credentials can do

    GET/ping

    One authenticated call that returns your account, your granted scopes and the credential’s expiry, and no trading data at all. Run it in your setup checks.

    KEEPscopes, expires_at

  2. Your server

    Read the bid book

    GET/market/bids

    Page through the wines buyers are looking for. limit, offset and total count wines, not bid levels — use depth=all to see every price level within each wine.

    KEEPThe code of each bid you care about

  3. Your server

    Re-read the bid immediately before acting

    GET/market/bids/{code}

    The book moves. Retrieve the single bid by its code to confirm the price, the quantity still available and the fulfilment requirements as they are right now.

    KEEPprice, quantity, requirements

  4. Your server

    Match the bid against your stock

    Check requirements before you commit: local_website_only, landed_stock_only and warehouse_id decide whether the stock you hold can fill this bid at all.

  5. Cru

    Executing against a bid — planned

    POST/offers

    Creating an offer against a bid is documented and reserved, not implemented. Until it ships, the last step of an integration is a human acting on what you read.

Available today, planned for tomorrow

The supplied reference marks 3 endpoints live and 11 planned. Trading, your orders, wine reference data, and webhooks are documented as planned.

Cru World Wine Developers · Partner Trading API v1
Based on the Cru Partner Trading API v1 reference, 14 September 2026.

API credentials

Enter the client key and secret issued by Cru. They are kept in memory until you reload or clear them.

Credentials are never included in copied examples, and are redacted from anything the console prints back.

Request API access

Tell us who you are and what you want to build. Cru issues a client key and secret for your organisation, scoped to what you need.

Markets you trade in (choose one or more)

We use what you send here to reply about API access, and for nothing else.