Skip to main content
POST
Counter a trade offer

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Path Parameters

id
string
required

Body

application/json
offeredCardIds
string[]
required
offeredPackIds
string[]
required
message
string
expiresInDays
enum<integer>
Available options:
1,
3,
7,
14,
30

Response

{ success, data: { offer } }