gw2v2CommerceTransactionsByPage
fun gw2v2CommerceTransactionsByPage(relevance: String, type: String, page: Int, pageSize: Int? = null, configure: RequestConfigurer? = null): RequestTemplate<List<GW2v2CommerceTransaction>>
Returns information about an account's transactions.
Authenticated: Yes (ACCOUNT, TRADING_POST)
Paginated: Yes
Bulk expanded: No
Localized: No
Cache time: 1.0m
Content copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:2/commerce/transactions/:relevance/:type
Return
the request that can be executed to query the API
Parameters
relevance
the temporal relevance
type
the transaction type
page
the index of the requested page
pageSize
the size of the requested page
configure
configure action for the request