Skip to main content
GET
List transactions

Authorizations

api-key
string
header
required

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

On-Behalf-Of
string

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.

Required string length: 1 - 128

Query Parameters

type
enum<string>

buy = purchased from a marketplace; sell = sold to a SkinShark bot for a payout.

Available options:
buy,
sell
cursor
string<uuid>
limit
integer
default:25
Required range: 1 <= x <= 100
status
enum<string>

Terminal 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).

Available options:
initiated,
pending,
active,
hold,
completed,
failed,
canceled,
declined,
reverted

Response

OK.

requestId
string
required
success
boolean
required
data
object

Sub-user transaction list (/market/transactions). Cursor-paginated.

error
object