Trading card price tracker - recent and sold listings with full price history.
Recent Sales
ASYNCWRITENo auth
Returns recent sold listings for a search term with prices, marketplaces, and titles.
ParametersFormJSON
Search term for recent sold listings in the affiliate carousel
Sort order for carousel results (e.g. EndTimeSoonest)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_130point_recent_sales_carousel", "params": { "query": "baseball", "sort": "EndTimeSoonest" } }'