Estimate Rate
Obtain the estimated rate between currency pairs
Example Request
Example Response
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalbase_account_idRequiredstringAccount ID of the base currency. For example, if the desired base of a currency pair is USD, this will need to be the account ID of the USD current account. Account IDs should be prefixed with the word 'account', e.g. 'account_12345'
quote_account_idRequiredstringAccount ID of the quote currency. For example, if the desired quote of a currency pair is USD, this will need to be the account ID of the USD current account. Account IDs should be prefixed with the word 'account', e.g. 'account_12345'
requested_amountRequiredstringThe amount of money. Our API expect amount values to be in minor units - the smallest unit of a currency depending on the number of decimals. For example, USD has two decimals. So $10 is represented by 1000. JPY has no decimals, so ¥10 is 10.
requested_assetRequiredstringThe currency in which the amount is made (e.g. USD, EUR, SGD)
Response Body
Success response
base_amountstringPart of a currency pair. The amount of money. Our API expect amount values to be in minor units - the smallest unit of a currency depending on the number of decimals. For example, USD has two decimals. So $10 is represented by 1000. JPY has no decimals, so ¥10 is 10.
base_assetstringThe currency in which the amount is made (e.g. USD, EUR, SGD)
exchange_ratestringThe exchange rate between the currency pair
quote_amountstringPart of a currency pair. The amount of money. Our API expect amount values to be in minor units - the smallest unit of a currency depending on the number of decimals. For example, USD has two decimals. So $10 is represented by 1000. JPY has no decimals, so ¥10 is 10.
quote_assetstringThe currency in which the amount is made (e.g. USD, EUR, SGD)
requested_amountstringThe requested amount of money. Our API expect amount values to be in minor units - the smallest unit of a currency depending on the number of decimals. For example, USD has two decimals. So $10 is represented by 1000. JPY has no decimals, so ¥10 is 10.
requested_assetstringThe currency in which the amount is made (e.g. USD, EUR, SGD)
timestampintegerIn UNIX
"int64"