๐ Welcome to TranSwap Api v1.8.8 ๐
Exchange Rate(s) by parameter(s).Authorization: Bearer ********************curl --location --request GET '/v1/references/rates?source_currency&destination_currency&source_amount&source_country&destination_country' \
--header 'Authorization: Bearer <token>'{
"source_country": "HK",
"source_currency": "HKD",
"destination_country": "MO",
"destination_currency": "MOP",
"source_amount": 1000,
"destination_amount": 943.19,
"rate": 1.03319,
"created_timestamp": "2020-12-01T11:33:45.8758154+00:00",
"last_modified_timestamp": null,
"fee": 87.11,
"transaction_fee": 87.11,
"ts_rate": 1.03319,
"ts_inverse_rate": null,
"min_source_amount": 100
}