Currency Exchange

The Currency Exchange API allows you to retrieve the lates FX market rates as set during your setup stage and pass any currency exchange operations together with that FX rate. Currency Exchange APIs also allows you to retrieve your latest open currency position.

When your system is configured you can use these endpoints to get market FX rates. These rates can be used to perform currency exchange operations described here.

API

Currency. Fetch data by ID / UID POST

Fetch Currency data by ID or UID

# ENDPOINT
/model/currency/getDb/{id}
More

Currency. Create/update data POST

Create/update Currency data

# ENDPOINT
/model/currency/putDb
More

Currency. Delete item by ID POST

Delete Currency data by ID

# ENDPOINT
/api/currency/deleteItem/{id}
More

Currency Pairs. Fetch data by request POST

Get Currency Pairs data by request

# ENDPOINT
/api/currencyPairs/getData/currencyPairsSearchRequest
More

Currency Pairs. Fetch data by ID / UID POST

Fetch Currency Pairs data by ID or UID

# ENDPOINT
/model/currencyPairs/getDb/{id}
More

Currency Pairs. Create/update data POST

Create/update Currency Pairs data

# ENDPOINT
/model/currencyPairs/putDb
More

Currency Pairs. Delete item by ID POST

Delete Currency Pairs data by ID

# ENDPOINT
/api/currencyPairs/deleteItem/{id}
More

Currency Rate. Fetch data by request POST

Get Currency Rate data by request

# ENDPOINT
/api/currencyRate/getData/currencyRateRequest
More

Currency Rate. Fetch data by ID POST

Fetch Currency Rate data by ID

# ENDPOINT
/model/currencyRate/getDb/{id}
More

Currency Rate. Create/update data POST

Create/update Currency Rate data

# ENDPOINT
/model/currencyRate/putDb
More

Currency Rate. Delete item by ID POST

Delete Currency Rate data by ID

# ENDPOINT
/api/currencyRate/deleteItem/{id}
More