Trades
| API | Description |
|---|---|
| GET api/Trades?from_date={from_date}&to_date={to_date}&client_ref={client_ref} |
Retrieve Trade list |
| GET api/trades/{id} |
Retrieve a Trade |
| POST api/trades |
Book a trade |
Commission
| API | Description |
|---|---|
| POST api/commission |
Retrieve a commission |
CurrencyPairs
| API | Description |
|---|---|
| GET api/CurrencyPairs |
Retrieve list of all currency pairs |
| GET api/CurrencyPairs/{id} |
Retrieve all currency pairs including the selected Currency |
Countries
| API | Description |
|---|---|
| GET api/Countries |
Retrieve a list of countries |
| GET api/Countries/{id} |
Retrieve Country by Id |
Invoice
| API | Description |
|---|---|
| GET api/Invoice/{Month}/{Client_ref} |
Retrieve Invoice amount per client |
Balance
| API | Description |
|---|---|
| GET api/Balance?currency={currency}&client_ref={client_ref} |
Retrieve Balance per currency |
| GET api/Balance2?client_ref={client_ref} |
Retrieve Balance per currency |
| GET api/ForwardMargin?currency={currency}&client_ref={client_ref} |
Retrieve Balance per currency |
Beneficiaries
| API | Description |
|---|---|
| GET api/Beneficiaries?client_ref={client_ref} |
Retrieve list of beneficiaries |
| GET api/beneficiaries/{beneficiary_id} |
Retrieve a beneficiary |
| POST api/beneficiaries |
Send beneficiary account details |
WebHookRegistrations
| API | Description |
|---|---|
| GET api/webhooks/registrations |
No documentation available. |
| GET api/webhooks/registrations/{id} |
No documentation available. |
| POST api/webhooks/registrations |
No documentation available. |
| PUT api/webhooks/registrations/{id} |
No documentation available. |
| DELETE api/webhooks/registrations/{id} |
No documentation available. |
| DELETE api/webhooks/registrations |
No documentation available. |
WebHookFilters
| API | Description |
|---|---|
| GET api/webhooks/filters |
No documentation available. |
SSI
| API | Description |
|---|---|
| GET api/SSI?Currency={Currency} |
Retrieve Account Details to pay us |
| GET api/SSI/{Currency} |
Retrieve Account Details to pay us |
TradableFunds
| API | Description |
|---|---|
| GET api/TradableFunds?client_ref={client_ref} |
Retrieve Tradable Funds list |
| GET api/TradableFundsTotal?client_ref={client_ref} |
Retrieve Tradable Funds Total per currency |
CA_Webhook
| API | Description |
|---|---|
| POST api/ca_webhook |
No documentation available. |
BankHoliday
| API | Description |
|---|---|
| GET api/holidays?fromDate={fromDate}&toDate={toDate}¤cy={currency} |
Retrieve BankHoliday list |
| GET api/holidays/earliestdate?ccySold={ccySold}&ccyBought={ccyBought}&fromDate={fromDate} |
Retrieve BankHoliday list |
| GET api/holidays/{id} |
Retrieve bank holiday by currency |
Health
| API | Description |
|---|---|
| GET api/health/live |
No documentation available. |
| GET api/health/time |
No documentation available. |
PaymentMethod
| API | Description |
|---|---|
| GET api/PaymentMethod |
Retrieve payment method list |
Template
| API | Description |
|---|---|
| GET api/Template |
Get a list of Beneficiary Templates |
Quotes
| API | Description |
|---|---|
| POST api/Quotes |
Place a Quote |
| GET api/quotes/{quote_id} |
Get a refreshed price for a quote |
| DELETE api/quotes/{quote_id} |
Delete a Quote (Cancel the streaming) |
Currencies
| API | Description |
|---|---|
| GET api/Currencies |
Retrieve Currency list |
| GET api/Currencies/{id} |
Retrieve payment instruction by GUID |
Statement
| API | Description |
|---|---|
| GET api/Statement?currency={currency}&from_date={from_date}&to_date={to_date}&client_ref={client_ref} |
Retrieve Statement per currency |
Clients
| API | Description |
|---|---|
| GET api/Clients?client_ref={client_ref} |
Retrieve Client list |
| GET api/clients/{client_ref} |
Retrieve a client by Client Reference |
| POST api/Clients |
Create Client in the database |
Payments
| API | Description |
|---|---|
| GET api/Payments?from_date={from_date}&to_date={to_date}&client_ref={client_ref}&trade_ref={trade_ref} |
Retrieve payment instruction list |
| GET api/payments/{payment_guid} |
Retrieve payment instruction by GUID |
| POST api/PaymentInstruction |
Instruct a new Payment |
| POST api/Payments |
Instruct a new Payment |
Ip
| API | Description |
|---|---|
| GET api/Ip |
No documentation available. |
Token
| API | Description |
|---|---|
| GET api/Token |
build your Auth Token |
| POST api/Token |
No documentation available. |
Unsubscribe
| API | Description |
|---|---|
| HEAD api/Unsubscribe |
No documentation available. |
| POST api/Unsubscribe |
No documentation available. |