API Changelog#
This feed lists every SDK method by the version it was added or deprecated. Rows are sourced from <MethodIndex> blocks across /docs/sdk/* - editing a method's sinceVersion or deprecatedInVersion updates this page automatically.
Looking for docs-side updates (page reviews, wording changes, new sections)? See the Docs Changelog.
v2.1
3 addedAdded
- Pythonauditaudit.get_trail(id)
- TypeScriptauditaudit.getTrail(id)
- TypeScripteventsevents.on(type, cb)
v2.0
12 addedAdded
- Pythonrfqrfq.create(**params)
- Pythonrfqrfq.get_quotes(rfq_id)
- Pythonrfqrfq.accept_best(rfq_id)
- Pythonquotesquotes.accept(quote_id)
- Pythonsettlementssettlements.get(id)
- Pythoncompliancecompliance.check(address)
- TypeScriptrfqrfq.create(params)
- TypeScriptrfqrfq.getQuotes(rfqId)
- TypeScriptrfqrfq.acceptBest(rfqId)
- TypeScriptquotesquotes.accept(quoteId)
- TypeScriptsettlementssettlements.get(id)
- TypeScriptcompliancecompliance.check(address)
Versioning policy#
sinceVersion- the first published SDK version that exposed the method.deprecatedInVersion- the SDK version that marked the method deprecated. Deprecated methods keep working until the next major release.- Strike-through on a method row means the method is deprecated. Hover the pill for the deprecation note.