Fund Value
API-v1fundvalue
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 |
---|---|---|---|
coins | array of strings | ✗ | If provided, restrict calculation to specified coin tickers. |
userpass | string | ✓ | RPC password (RPC_UserP@SSW0RD ). |
Parameter | Type | Description |
---|---|---|
total_value_usd | string (numeric) | Portfolio value denominated in USD. |
per_coin_values | object | Key/value map of coin symbol → value in USD. |
fundvalue
POST
fundvalue{
"method": "fundvalue",
"userpass": "RPC_UserP@SSW0RD"
}
Parameter | Type | Description |
---|---|---|
InternalError | string | Internal API error. |