Reference page

API Overview

Public route map for partner-facing quotes, transactions, and reporting.

Surface area

Slice exposes a compact REST surface for partner integrations:

  • POST /v1/quotes
  • POST /v1/transactions
  • GET /v1/transactions/{id}
  • GET /v1/quotes/{quote_id}/evidence
  • GET /v1/batches/{batch_id}/settlement
  • GET /v1/batches/{batch_id}/payout-instructions
  • GET /v1/metrics/expiry-payout

Documentation model

This public subset is intentionally contractual, not exhaustive. It shows the stable shape a partner needs to evaluate integration fit:

  • how quotes are requested,
  • how an accepted quote becomes a protected transaction,
  • which reporting categories are available,
  • which boundaries stay partner-scoped.

Detailed schemas and environment-specific credentials belong in partner diligence, not on the public marketing site.

Next step

Read the quote endpoint page for the first request a partner sends.