Prerequisites
- A SkinShark partner API key
- Base URL:
https://api.skinshark.gg - Ability to send
X-API-Keyheaders
1. Check account profile
2. Search items (v2)
3. Fetch listings (v2)
4. Buy an item (v2)
5. Track execution and accounting
Use these endpoints after purchase:GET /v1/user/ordersGET /v1/user/transactionsGET /v1/user/ledgerGET /v1/user/wallet
6. Enable webhooks
Set up an HTTPS webhook endpoint and verifyx-skinshark-signature on every event.
Continue with Webhooks.