User Management
Get Linked Trade URLs
Retrieve trade URLs for your main account and all linked accounts
GET
Overview
Returns the trade URLs for your main account and all linked Steam accounts. Useful for automated trading bots that need to send trade offers.Authentication
Your site API key
Rate Limit
1 request per minuteResponse
Main account trade URL information
Array of linked account trade URL information
When Trade URLs Are Null
Atrade_url will be null if:
- The account hasn’t set a trade URL via Set Trade URL
- The trade URL was removed or invalidated
null values before attempting to send trade offers.
Use Cases
- Automated trading bots sending trade offers
- Multi-account management systems
- Validating trade URLs are set before creating listings
- Sending trade offers to specific linked accounts
