{ "symbol": [ "BTC", "ETH" ] }
curl --location --request POST 'https://app.apiton.org/v2.Rate/Crypto' \ --header 'Content-Type: application/json' \ --data-raw '{ "symbol": [ "BTC", "ETH" ] }'
{ "result": { "BTC": 0.000062951, "ETH": 0.001804868 } }