Internal Transfers & FX - API

How to move funds between accounts of the same currency and execute currency exchanges via the Lorum API.

Internal transfers move funds between two accounts of the same currency within Lorum. Currency exchanges convert funds between two accounts holding different currencies.


Internal Transfers

Creating an Internal Transfer

Move funds between two accounts of the same currency via Create Internal Transfer

POST /v1/internal-transfers

📘

All POST requests to create transfers must include an Idempotency-Key header. See Understanding Idempotency for details.

Webhooks are sent as the transfer progresses through its lifecycle, providing updates on relevant state changes.

For the full list of transfer-related webhook events, see the Webhook Catalogue.


Currency Exchange (FX)

Getting a quote for an exchange between two currencies

Get a real-time quote for a currency exchange via Get Exchange Quote

GET /v1/exchange/quote

Creating a currency exchange between two accounts holding different currencies

Execute a currency exchange between two accounts via Create Exchange

POST /v1/exchange

📘

All POST requests to create exchanges must include an Idempotency-Key header. See Understanding Idempotency for details.

Webhooks are sent throughout the currency exchange lifecycle as the FX exchange progresses through each state. See theWebhook Catalogue for the complete list of exchange-related webhook events and payload details.


Did this page help you?