Skip to main contentSkip to FAQSkip to contact
1 min readUpdated 4d ago

All SDK Methods#

A single searchable surface for every method exposed across the TypeScript and Python SDKs. Each row links to the method's detail section on its home page.

The table below is auto-generated at build time from the <MethodIndex> blocks on each SDK page. To add or update a method, edit the home page - not this one.

Language
Namespace
Status
15 of 15 methods
ReturnsLanguageStatus
audit.get_trail(id)auditlist[AuditEntry]Pythonv2.1-
audit.getTrail(id)auditAuditEntry[]TypeScriptv2.1-
compliance.check(address)complianceComplianceStatusPythonv2.0-
compliance.check(address)complianceComplianceStatusTypeScriptv2.0-
events.on(type, cb)events() => voidTypeScriptv2.1Beta
quotes.accept(quote_id)quotesSettlementPythonv2.0-
quotes.accept(quoteId)quotesSettlementTypeScriptv2.0-
rfq.accept_best(rfq_id)rfqSettlementPythonv2.0-
rfq.acceptBest(rfqId)rfqSettlementTypeScriptv2.0-
rfq.create(**params)rfqRFQPythonv2.0Stable
rfq.create(params)rfqRFQTypeScriptv2.0Stable
rfq.get_quotes(rfq_id)rfqlist[Quote]Pythonv2.0Stable
rfq.getQuotes(rfqId)rfqQuote[]TypeScriptv2.0Stable
settlements.get(id)settlementsSettlementPythonv2.0-
settlements.get(id)settlementsSettlementTypeScriptv2.0-

Related topics