SDK Version History#
Every method indexed across the TypeScript and Python SDKs, grouped by the version it was introduced or deprecated in. The canonical source is each method's sinceVersion / deprecatedInVersion metadata on the home page - this view is regenerated at build time.
Use this page when upgrading an integration. The Added list tells you what new capabilities a version unlocks; the Deprecated list tells you which calls to migrate away from.
v2.1
3 added
v2.0
12 added
Added (10)
rfq.create(**params)RFQ
rfq.get_quotes(rfq_id)list[Quote]
rfq.accept_best(rfq_id)Settlement
quotes.accept(quote_id)Settlement
settlements.get(id)Settlement
compliance.check(address)ComplianceStatus
rfq.create(params)RFQ
rfq.getQuotes(rfqId)Quote[]
rfq.acceptBest(rfqId)Settlement
quotes.accept(quoteId)Settlement