Live Endpoints 🚀

We are excited to announce the general availability of several new API endpoints. We believe these additions will greatly enhance your trading, payments, and reporting experiences.

Below is the detailed list of the endpoints and their availability:

FX Execution & Reporting Endpoints

📘

Availability: Alternative Banking and FX Risk Management Users

Retrieve the earliest value date for your trade or get an indicative rate for the trade you are looking to book.

GET v1/fx/earliest-settlement

GET v1/fx/quotes/estimate

Book a spot trade.

POST v1/fx/quotes/spot

POST v1/fx/trades/spot

Retrieve all your trades on an entity or a specific one using the Trade ID.

GET v1/fx/trades/ {tradeId}

GET api/v1/fx/trades

Payment Execution & Reporting Endpoints

📘

Availability: Alternative Banking

Validate, create and retrieve beneficiaries.

POST v1/beneficiaries/validation

POST v1/beneficiaries

GET v1/beneficiaries/ {beneficiaryId}

Validate, create and retrieve payment information and documents.

POST v1/payments/validation

POST v1/payments

GET v1/payments/ {paymentId}

GET v1/payments/confirmation/ {paymentId}

Reporting Endpoints

📘

Availability: Alternative Banking and FX Risk Management Users

Get information about your currency accounts

GET v1/accounts

GET v1/accounts/ {accountId}

Retrieve information about your balances

GET v1/balances


Summary

  • The Payments endpoints are available exclusively for Alternative Banking users.
  • The Reporting endpoints are live and accessible for both Alternative Banking and FX Risk Management Users
  • The Spot Trading endpoints are live and accessible for Alternative Banking and FX Risk Management Users.

For detailed API documentation and integration guides, please refer to our API Documentation.

If you have any questions or need further assistance, please get in touch with our support team at [email protected]

Thank you for your continued support and feedback.

Best regards,

The Alpha API Development Team