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

Query Parameters

wallet
string

The user wallet queried

wallets
string

The user wallets queried (comma separated)

from
integer

JS Timestamp (miliseconds) of the beginning of the timeframe (if not provided, genesis)

to
integer

JS Timestamp (miliseconds) of the end of the timeframe (if not provided, end)

blockchains
string

Blockchains to fetch history from (by default, all) - comma separated, chain ID or chain name

Response

200 - application/json
data
object