QueryWalletTransactionHistoryAsk AIpost https://<platform>-mgmt.mcm-api.moloco.com/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/wallets/{wallet_id}/transaction-historyQuery wallet transaction 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-01T21:09:08+00:00"cursorstringCursor for pagination. If not set, the first page will be returned.limitint64Defaults to 10Number of items to be returned. 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