Store
Query parameters
containerIdstringRequired
Responses
200Success
No content
400
Generic Client Error
application/json
401
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
application/json
404
Generic not found
application/json
500
Internal server error
application/json
get
/v1/store/balanceNo content
Query parameters
pagenumberOptional
limitnumberOptional
enrichRequirementsbooleanRequired
includeLootboxItemsbooleanRequired
containerIdstringRequired
Responses
200Success
No content
400
Generic Client Error
application/json
401
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
application/json
404
Generic not found
application/json
500
Internal server error
application/json
get
/v1/store/listingsNo content
Query parameters
pagenumberOptional
limitnumberOptional
containerIdstringRequired
Responses
200Success
No content
400
Generic Client Error
application/json
401
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
application/json
404
Generic not found
application/json
500
Internal server error
application/json
get
/v1/store/purchaseNo content
Path parameters
listingIdstringRequired
Body
noncestringRequired
A one-use ID to associate with your request for purchase to avoid replays
Responses
201Success
400
Generic Client Error
application/json
401
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
application/json
404
Generic not found
application/json
500
Internal server error
application/json
post
/v1/store/purchase/{listingId}No content
Last updated