Get Conversion Limits

API POST Fields (in addition to the Main Fields described in the Introduction)

Field NameDescriptionRequired?
Conversion Limits / Rate
cmdconvert_limitsYes
fromThe cryptocurrency to convert from. (BTC, LTC, etc.)Yes
toThe cryptocurrency to convert to. (BTC, LTC, etc.)Yes

API Response

A successful call to the 'convert_limits' command will give you a result similar to this (JSON):
{
   "error":"ok",
   "result":{
      "rate":"0.00000000",
      "min":"0.19689414",
      "max":"0.00000000",
   }
}
The conversion rate is only an estimate and not guaranteed.
Note1 that a 'max' value of 0.00000000 is valid and means there is no known upper limit available.
Note2: Due to provider fluctuation limits do vary often.