Skip to main content
GET
Get a trade by ID
GET /trades-v3/{tradeId} returns one bet (BET grain) belonging to the authenticated account — the same row shape as GET /trades-v3. Pass the opaque tradeId. Use it to join fills via GET /fills-v3?tradeId=….
A missing id, or an id that belongs to another account, returns 404. The response does not distinguish those cases.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header. Generate one from the API keys section of your account page on sx.bet.

Path Parameters

tradeId
string
required

Opaque bet id. Same value as tradeId on trade rows; use it to filter GET /fills-v3.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026