GET
/
1
/
wallet
/
history
curl --request GET \
  --url https://api.mobula.io/api/1/wallet/history
{
  "data": {
    "wallets": [
      "<string>"
    ],
    "balance_usd": 123,
    "balance_history": [
      [
        123
      ]
    ]
  }
}

Description

Get the historical net worth of a wallet.

Parameters

ParameterTypeRequiredDescription
accuracystringNoBy default, to optimize response time, we will skip analyzing assets that make < 1% of the total net worth. You can set this to true to analyze all assets.

Query Parameters

wallet
string
wallets
string
portfolio
string
blockchains
string
asset
string
pnl
string
cache
string
stale
string
recheck_contract
string
from
string
to
string
portfolio_settings
string
unlistedAssets
string
period
string
accuracy
string
testnet
string
minliq
string
filterSpam
string

Response

200 - application/json
Wallet history response
data
object
required