API documentation
get
/api/v1/Instruments/exchange-estimateEstimates the value of an amount converted between two currencies, using the latest stored end-of-day price. This is an indicative estimate only and does not execute any exchange.
Instruments
Parameters
baseCurrency
query · string
Optional
quoteCurrency
query · string
Optional
amount
query · number
Optional
version
path · string
Required
Responses
- 200Indicative rate and estimated amount (rate 0 when no data is stored).application/json
{ "base": "EUR", "quote": "BTC", "symbol": "EURBTC.spot", "inverted": false, "rate": 0.0000152, "amount": 100, "estimatedAmount": 0.00152 }