Wallet - Balance ChangeAsk AIget https://public-api.birdeye.so/wallet/v2/balance-changeRetrieve the balance change history of a wallet.Query ParamsaddressstringrequiredThe address of the account.token_addressstringThe address of the token contract.time_frominteger0 to 10000000000Specify the start time using unix timestamps in secondstime_tointeger0 to 10000000000Specify the end time using unix timestamps in secondstypestringenumSOLSPLAllowed:SOLSPLchange_typestringenumincreasedecreaseAllowed:increasedecreaseoffsetinteger0 to 10000Defaults to 0Make sure offset <= 10000limitinteger1 to 100Defaults to 20ui_amount_modestringenumDefaults to scaledIndicate whether to use the scaled amount for scaled ui amount tokens. Only support solanarawscaledAllowed:rawscaledHeadersx-chainstringenumDefaults to solanaSolana network only.solanaAllowed:solanaResponses 200JSON object containing a list of balance changes of an address 400Bad Request 401Unauthorized. API key is missing or invalid 403Forbidden. Request is blacklisted or not whitelisted 429Too Many Requests. Rate limit reached 500Internal Server ErrorUpdated 3 months ago