API POST Fields (in addition to the Main Fields described in the Introduction)
Field Name | Description | Required? |
---|
Conversion Limits / Rate |
---|
cmd | convert_limits | Yes |
from | The cryptocurrency to convert from. (BTC, LTC, etc.) | Yes |
to | The 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.
Note
1 that a 'max' value of 0.00000000 is valid and means there is no known upper limit available.
Note
2: Due to provider fluctuation limits do vary often.