header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
buy_currency
string
optional
Example:
USD
sell_currency
string
optional
Example:
CNY
buy_amount
string
optional
Example:
10
Header Params
x-api-version
string
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-sandbox.z.inc/api/v1/account/conversion/quote?buy_currency=USD&sell_currency=CNY&buy_amount=10' \
--header'x-api-version;'