On this page

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.

ParameterTypeRequiredDescription
coinsarray of stringsIf provided, restrict calculation to specified coin tickers.
userpassstringRPC password (RPC_UserP@SSW0RD).

ParameterTypeDescription
total_value_usdstring (numeric)Portfolio value denominated in USD.
per_coin_valuesobjectKey/value map of coin symbol → value in USD.

fundvalue

POST
fundvalue
{
  "method": "fundvalue",
  "userpass": "RPC_UserP@SSW0RD"
}

ParameterTypeDescription
InternalErrorstringInternal API error.