Conversion
Get to know how many Satoshis are how much balance in any fiat currency
Last updated
Get to know how many Satoshis are how much balance in any fiat currency
Last updated
var parameters = {
satoshis: 'required',
currency: 'required',
}
const response = await relysia.currencyConversion(parameters);{
"statusCode": 200,
"data": {
"status": "success",
"msg": "Operation Completed Successfully",
"currency": "USD",
"balance": 0.000047492999999999994
}
}