Disclaimer banner cps-icon-v2

This documentation applies to the Legacy platform. If your dashboard matches the screenshot shown here, please refer to the new platform documentation.

Disclaimer banner image
New documentation
Disclaimer banner image

Get Conversion Limits

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

Field Name
Conversion Limits / Rate
cmd
Descriptionconvert_limits
Required?Yes
from
DescriptionThe cryptocurrency to convert from. (BTC, LTC, etc.)
Required?Yes
to
DescriptionThe cryptocurrency to convert to. (BTC, LTC, etc.)
Required?Yes
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.