QueryWalletHistoryAsk AIpost deprecatedhttps://<platform>-mgmt.mcm-api.moloco.com/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/wallets/{wallet_id}/account-historyQuery wallet account history.Path Paramsplatform_idstringrequiredIdentifier of the platform who requests management api. It is passed as a path parameter.ad_account_idstringrequiredAdAccount id.wallet_idstringrequiredWallet id.Body Paramsstart_timedate-timeStart time in RFC3339 format, e.g. "2017-04-01T12:34:56+00:00"end_timedate-timeEnd time in RFC3339 format, e.g. "2017-05-01-T21:09:08+00:00"page_indexint32Index of the page to be returned. Default: 1page_sizeint32Number of items to be returned on this page index. The maximum number is 5000. Default: 10order_byobjectorder_by objectResponses 200A successful response. 400Bad request. Detailed cause can be found in the response message. 401Unauthorized. 403Permission denied. 404Not found. One or more required resources do not exist.You can see the details in the response message. 500Internal server error. Detailed cause can be found in the response message.Updated 6 months ago