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.
Parameter | Type | Required | Description |
---|---|---|---|
base | string | ✓ | Base coin symbol (e.g., KMD ). |
rel | string | ✓ | Quote coin symbol (e.g., BTC ). |
cancel | bool | ✗ | Stop an existing autoprice task instead of starting a new one. Defaults to false . |
userpass | string | ✓ | RPC password (RPC_UserP@SSW0RD ). |
Parameter | Type | Description |
---|---|---|
result | string | "ok" on success or an error message on failure. |
autoprice
POST
autoprice{
"method": "autoprice",
"base": "KMD",
"rel": "BTC",
"userpass": "RPC_UserP@SSW0RD"
}
Parameter | Type | Description |
---|---|---|
InternalError | string | The request failed due to an internal API error. |
Transport | string | Network error occurred while processing request. |