Request samples
curl --location --request GET 'https://evsb.csqworld.com/util/get-prices/direct///' \
--header 'U;' \
--header 'SH;' \
--header 'ST;'
Responses
application/json {
"rc": 0,
"items": [
{
"amountToSendX100": 200,
"destinationAmountX100": 1000,
"serviceFeeX100": 100,
"totalAmountX100": 300
}
]
}
Modified at 2024-08-01 10:17:30