Get rates endpoint
Get rates endpoint
Query Parameters
- Type: stringwidget
_id Widget ID
- Type: booleanuse
_partner _fee Use partner fee
- Type: booleanuse
_fee Use fee
- Type: booleanflatten
_result Flatten result
- Type: booleanis
_amount _without _fee Is Amount Without Fee
- Type: stringnetwork
Network layer-2
Responses
- application/json
Request Example for get/public/rates
curl 'https://sandbox-api.mrcr.io/v1.6/public/rates?widget_id=&use_partner_fee=true&use_fee=true&flatten_result=true&is_amount_without_fee=true&network='
{
"Status": 1,
"data": {
"buy": {
"additionalProperty": {
"additionalProperty": {
"amount": 1,
"rates": "string"
}
}
},
"sell": {
"additionalProperty": {
"additionalProperty": {
"amount": 1,
"rates": "string"
}
}
}
}
}