v1

latestOpenAPI 3.1.02026-08-061945115.8 KB
Virtual Currency

List virtual currency transactions

Returns the virtual currency transaction history for a profile, newest first. Results use cursor pagination: when the response includes a non-null pagination.next_cursor, pass it back as the cursor query parameter to fetch the next page.

get/api/v2/server-side-api/vc/transactions/

Query parameters

currency_codestring

Filter the history to a single virtual currency code.

cursorstring

Opaque pagination cursor returned as pagination.next_cursor in a previous response. Omit to fetch the first page.

limitinteger

Maximum number of transactions to return per page. Defaults to 50.

Headers

adapty-customer-user-idstring

The unique ID of the customer in your system. Either adapty-customer-user-id or adapty-profile-id is required.

adapty-profile-idstring

The unique ID of the profile in your system. Your best option if you are working with anonymous profiles. Either adapty-customer-user-id or adapty-profile-id is required.

Response

Transaction history returned successfully