# WisdomTree Connect Documentation for LLMs Overview WisdomTree Connect publishes Connect APIs, smart contract references, and Fund Data APIs. For agent workflows, prefer the static artifacts linked below over trying to infer behavior from the SPA UI. Preferred consumption order 1. ai/index.json 2. guides/direct-org.md, guides/broker-dealer.md, or guides/moderator-org.md 3. openapi/connect.openapi.yaml 4. docs-data.json Audience chooser - Use guides/direct-org.md when the authenticated user belongs to the organization placing the order directly. - Use guides/broker-dealer.md when one broker-dealer organization operates multiple wallets in an omnibus structure. Its API behavior is the same as Direct Organization. - Use guides/moderator-org.md when the authenticated user is a moderator providing API and infrastructure access for client organizations. Connect API facts - Base URL (prod): https://app.wisdomtreeconnect.com - Base URL (sandbox): https://api.sandbox.wisdomtreeconnect.com - The sandbox supports the full Connect API surface. Point any Connect request at the sandbox base URL to test; sandbox uses separate credentials from production. - Auth type: oauth2_password_grant - Token endpoint: https://app.wisdomtreeconnect.com/o/token/ - Supported scopes: read, write, groups - Connect operations in schema: 20 Critical Connect rules - Always use OAuth2 password grant for token acquisition. - Broker Dealer workflows resolve one organization GUID from GET /api/organizations/me and reuse it across all omnibus wallets; they do not use child organizations or moderator-only targeting fields. - Moderator workflows must resolve child organizations through GET /api/organizations/me and client_organizations. - Wallet, SSI, and moderator accrual routes use the child organization GUID in the path. - Moderator order creation uses organisation_guid in the POST /api/orders/ request body. - Non-USD order flows require wisdomtree_deposit_wallet. - API mapping: subscription = trade_type Purchase, redemption = trade_type Sale. - Keep the canonical trailing slash on accrual routes where the docs call for it. Dataspan facts - Base host: https://dataspanapi.wisdomtree.com - Required auth header: x-wt-dataspan-key - Supported tickers documented: 15 Smart contract cautions - Public smart contract docs describe public behavior and published interfaces only. - ABI downloads are not yet available; use published guides and addresses for integration. - Some smart contract reference entries are planned placeholders, so do not infer live deployable artifacts from planned pages. Static artifacts - ai/index.json - ai/direct-org.json - ai/broker-dealer.json - ai/moderator-org.json - guides/direct-org.md - guides/broker-dealer.md - guides/moderator-org.md - openapi/connect.openapi.yaml - openapi/connect.openapi.json - docs-data.json Current source generation date: 2026-03-13 Current bundle generation time: 2026-08-17T17:40:49.578Z