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| Returns | Language | Status | |||
|---|---|---|---|---|---|
| audit.get_trail(id) | audit | list[AuditEntry] | Python | v2.1 | - |
| audit.getTrail(id) | audit | AuditEntry[] | TypeScript | v2.1 | - |
| compliance.check(address) | compliance | ComplianceStatus | Python | v2.0 | - |
| compliance.check(address) | compliance | ComplianceStatus | TypeScript | v2.0 | - |
| events.on(type, cb) | events | () => void | TypeScript | v2.1 | Beta |
| quotes.accept(quote_id) | quotes | Settlement | Python | v2.0 | - |
| quotes.accept(quoteId) | quotes | Settlement | TypeScript | v2.0 | - |
| rfq.accept_best(rfq_id) | rfq | Settlement | Python | v2.0 | - |
| rfq.acceptBest(rfqId) | rfq | Settlement | TypeScript | v2.0 | - |
| rfq.create(**params) | rfq | RFQ | Python | v2.0 | Stable |
| rfq.create(params) | rfq | RFQ | TypeScript | v2.0 | Stable |
| rfq.get_quotes(rfq_id) | rfq | list[Quote] | Python | v2.0 | Stable |
| rfq.getQuotes(rfqId) | rfq | Quote[] | TypeScript | v2.0 | Stable |
| settlements.get(id) | settlements | Settlement | Python | v2.0 | - |
| settlements.get(id) | settlements | Settlement | TypeScript | v2.0 | - |