Sample usage
Before showing your client a page where he can exchange currencies, you want to make sure that we have that pair available. Feel free to use this request as often as you need. In the future, we will provide you with a callback if a pair is added or removed
After your client selects a currency pair and an amount he wishes to exchange from or exchange to, you need to send the estimate amount request. You have two options here FIXED
rate or FLOATING
rate
1A. First let's take a look at the FLOATING option
If the amount your client has asked for is bigger than we can exchange momentarily but not too big, you will have an option of creating a delayed order. For this take a look at the
During a normal flow you will receive the following:
1B. Now let's take a look at the FIXED option
Here you get a field that is specific to the rate type: rateIdExpirationTimestamp
. As you might have guessed, you are only able to use this rate before it expires.
Creating an order
With this information you are ready to create an order
You might want to add some additional parameters based on your specific use-cases so feel free to look at the API Reference
In case you need to check information or update status of the order, you can use the check order request:
Sometimes you might want to cancel your order before your client started depositing:
Last updated