List transactions
Auth context: sub-user — On-Behalf-Of required. Cursor-paginated.
Returns the sub-user’s trades, buy and sell. Filter with type (buy/sell)
or status.
Authorizations
Your raw API key. Generate, rotate, and revoke keys from the merchant
dashboard. Keys can optionally be bound to one or more allowed source
IPs — requests from any other IP are rejected with API_KEY_IP_DENIED.
Headers
Sub-user UUID or the merchant's externalId for that sub-user.
Required for sub-user-context routes; rejected (via requireMerchant)
on merchant-context routes.
1 - 128Query Parameters
buy = purchased from a marketplace; sell = sold to a SkinShark bot for a payout.
buy, sell 1 <= x <= 100Terminal outcomes — completed (delivered), failed (couldn't be placed/delivered; see item error),
canceled (canceled before delivery — full refund, no penalty), declined (buyer-fault decline after the
Steam offer was sent — refund minus a 2% penalty), reverted (delivered then recalled by the supplier).
initiated, pending, active, hold, completed, failed, canceled, declined, reverted