Stats Swap Status
API-v1stats_swap_status
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 |
---|---|---|---|
userpass | string | ✓ | RPC password (RPC_UserP@SSW0RD ). |
Parameter | Type | Description |
---|---|---|
total_swaps | integer | Total number of swaps recorded. |
success_rate | string (numeric) | Percentage of successful swaps. |
fail_rate | string (numeric) | Percentage of failed swaps. |
stats_swap_status
POST
stats_swap_status{
"method": "stats_swap_status",
"userpass": "RPC_UserP@SSW0RD"
}