TheDocumentation Index
Fetch the complete documentation index at: https://swc-sdk.zeltros.dev/llms.txt
Use this file to discover all available pages before exploring further.
client.market resource provides access to the Star Wars Combine in-game marketplace. Vendors are the sellers on the market — characters or factions that list assets for sale. You can list all vendors to browse the marketplace or fetch a specific vendor by UID to inspect their listings in detail.
Listing vendors
market.vendors.list()
Returns a paginated list of all active market vendors.1-based index of the first vendor to return.
Number of vendors per page.
Getting a single vendor
market.vendors.get()
Retrieves a specific vendor and their listings by UID.The vendor UID in
"type:id" format.Full example
Related resources
Inventory
List the assets a character owns that could be listed for sale.
Character
Transfer credits after completing a trade.
Types
Look up entity type definitions for items listed on the market.
Pagination
Learn how Page<T> works and how to auto-paginate vendor lists.