Returns minimum and maximum limits for currency exchange. One currency must be fiat and the other crypto.
OK
Bad Request
Internal Server Error
{- "code": 0,
- "data": {
- "property1": {
- "property1": 0,
- "property2": 0
}, - "property2": {
- "property1": 0,
- "property2": 0
}
}, - "message": "",
- "status": 200
}Returns country information (ISO 3166-1 alpha-2 code) and phone prefix for the specified IP address. If the IP address is not provided, returns data based on the request IP address.
OK
{- "data": {
- "country": {
- "code": "string",
- "enabled": true,
- "phone_prefix": 0
}
}, - "status": 0
}Returns exchange rates for all supported currency pairs
OK
{- "Status": 0,
- "data": {
- "buy": {
- "property1": {
- "property1": {
- "amount": 0,
- "rates": "string"
}, - "property2": {
- "amount": 0,
- "rates": "string"
}
}, - "property2": {
- "property1": {
- "amount": 0,
- "rates": "string"
}, - "property2": {
- "amount": 0,
- "rates": "string"
}
}
}, - "sell": {
- "property1": {
- "property1": {
- "amount": 0,
- "rates": "string"
}, - "property2": {
- "amount": 0,
- "rates": "string"
}
}, - "property2": {
- "property1": {
- "amount": 0,
- "rates": "string"
}, - "property2": {
- "amount": 0,
- "rates": "string"
}
}
}
}
}