Fiat to cryptocurrency
API tool for Fiat - Cryptocurrency conversion.
Convert amount of local currency to amount of cryptocurrency
GET /api/web-app-public/v1/fiat-to-crypto
Given a local currency amount and get list of converted amount of currencies.
Query Parameters
Name
Type
Description
localCurrency*
string
Local currencies (e.g. USD)
amount*
number
Amount of local currency
{
"statusCode": 200,
"time": "2022-03-25T08:30:18.898Z",
"data": [
{
"amount": "99.83213408110765933476",
"currency": "ZUSD"
},
{
"amount": "0.0320582476405797326",
"currency": "ETH"
},
{
"amount": "100.03200298550301245994",
"currency": "DAI"
},
{
"amount": "0.24301542140633748644",
"currency": "BNB"
},
{
"amount": "4.80081695306537292273",
"currency": "DOT"
}
]
}Example request
Example response
Last updated