Skip to content
Last updated

All notable changes to this project will be documented in this file.

0.0.3 (2025-12-22)

Changed

  • Removed quoteCurrency parameter from POST /rfq request (CreateRFQRequest)

0.0.2 (2025-12-09)

Added

  • Added GET /exchange/maker endpoint - returns a list of available Fig makers and their supported settlement options
  • Added makers parameter to CreateRFQRequest - an object mapping settlement options to arrays of Fig maker IDs who will receive the RFQ
  • Added settlementOption and quoteCurrency fields to quote responses (GET /rfq/quote endpoint and quote websocket channels)
  • Added quoteCurrencies field to RFQ responses - an object mapping settlement options to their expected quote currencies

Changed

  • Updated settlementCredentials in CreateRFQRequest to be an object mapping settlement options to exchangeCredentialsId values (previously a single integer)
  • Updated settlementOptions in CreateRFQRequest to include full description and example
  • Updated settlementOption and settlementCredentials descriptions for POST /rfq/quote endpoint (singular versions with updated descriptions)
  • Replaced settlementExchange with settlementOptions array in RFQ websocket channels (rfq.maker and rfq.taker)
  • Updated RFQ websocket examples to include quoteCurrencies object

0.0.1 (2025-08-20)

  • Initial pre-release of the Fig Markets API documentation