v1

latestOpenAPI 3.0.02026-07-2678399358.2 KB
Wallet

QueryWalletTransactionHistory

Query wallet transaction history.

post/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/wallets/{wallet_id}/transaction-history

Path parameters

platform_idstring required

Identifier of the platform who requests management api. It is passed as a path parameter.

ad_account_idstring required

AdAccount id.

wallet_idstring required

Wallet id.

Request body

start_timestring date-time

Start time in RFC3339 format, e.g. "2017-04-01T12:34:56+00:00"

end_timestring date-time

End time in RFC3339 format, e.g. "2017-05-01T21:09:08+00:00"

cursorstring

Cursor for pagination. If not set, the first page will be returned.

limitinteger

Number of items to be returned. The maximum number is 5000. Default: 10

Response

A successful response.

prev_cursorstring

Cursor for previous page. If it's the first page, then it will be omitted.

next_cursorstring

Cursor for next page. If it's the last page, then it will be omitted.

total_countinteger required

Total number of items.