Referenced exchange endpoints
A small set of main exchange API endpoints that payments frontends also call directly — crypto deposit addresses and bulk payment references. These are not served by the payments proxy; they live on the main exchange API and are documented here for convenience.
📄️ View a crypto deposit address (optionally a FUNDING sub-account)
Target the entity's FUNDING sub-account by sending accountType=FUNDING together with destinationCurrency. Omit both for a normal personal wallet. Fails (no fallback) if the entity has no FUNDING designation for that currency.
📄️ Generate a crypto deposit address (optionally a FUNDING sub-account)
Generate a crypto deposit address (optionally a FUNDING sub-account)
📄️ Upload a batch of payment references
Provisions a unique deposit reference per sender asynchronously; poll the returned jobId. Only one job may run per account at a time; the batch has a max size.
📄️ Poll a bulk-reference job's status
Poll a bulk-reference job's status
📄️ List a bulk-reference job's line items
List a bulk-reference job's line items