On this page

Autoprice

API-v1autoprice

This is a legacy Komodo DeFi Framework API v1 method. New integrations should prefer API-v2 equivalents when available. This documentation was generated automatically - use with caution.

ParameterTypeRequiredDescription
basestringBase coin symbol (e.g., KMD).
relstringQuote coin symbol (e.g., BTC).
cancelboolStop an existing autoprice task instead of starting a new one. Defaults to false.
userpassstringRPC password (RPC_UserP@SSW0RD).

ParameterTypeDescription
resultstring"ok" on success or an error message on failure.

autoprice

POST
autoprice
{
  "method": "autoprice",
  "base": "KMD",
  "rel": "BTC",
  "userpass": "RPC_UserP@SSW0RD"
}

ParameterTypeDescription
InternalErrorstringThe request failed due to an internal API error.
TransportstringNetwork error occurred while processing request.