Skip to main content
GET
/
1
/
wallet
/
history
Get wallet history
curl --request GET \
  --url https://demo-api.mobula.io/api/1/wallet/history
{
  "data": {
    "wallets": [
      "<string>"
    ],
    "balance_usd": 123,
    "balance_history": [
      [
        123
      ]
    ],
    "backfill_status": "processed"
  }
}

Query Parameters

wallet
string

Wallet address

wallets
string

Comma-separated wallet addresses

blockchains
string

Comma-separated blockchain IDs

from
string

Start date

to
string

End date

unlistedAssets
string

Include unlisted assets

period
string

Time period for history

accuracy
string

Data accuracy level

testnet
string

Include testnet data

minliq
string

Minimum liquidity threshold

filterSpam
string

Filter spam tokens

Response

200 - application/json

Wallet history response

data
object
required