Splinterlands Skins can now be transferred directly from the card details page with the button indicated by the red arrow below.
🪞 Step 1: Find Your Skin Details
Go to the card detail page for the skin you want to transfer.
Example: https://splinterlands.com/card-detail/858/regular/2-
From this page, you’ll need two pieces of information:
Skin Type (green box above)
Card Detail ID
🎨 Skin Type
Use one of the following skin types exactly as listed:
SpookyHauntedsplinterstorm(note: lowercase “s” for Splinterstorm skins from the Beta edition)
🆔 Card Detail ID
You can find the card_detail_id in two ways:
From the URL:
Example — inhttps://splinterlands.com/card-detail/858/regular/2, the ID is 858From the card ID itself (it appears between dashes, like
-858-)
đź§ľ Step 2: Broadcast the Transaction
Go to the broadcast page:
https://splinterlands.com/broadcastUnder Operation Type, select Custom Operation
-
In the Operation ID field, enter:
sm_transfer_skins -
In the Transaction Data field, paste this JSON and update it with your own details:
{ "to": "knowledge.center", "skins": [ { "skin": "Spooky", "card_detail_id": 858 } ] }Replace
"Spooky"with your skin typeReplace
858with your card’scard_detail_idReplace
"knowledge.center"with the username of the account you want to send the skin to
The example above sends the Spooky skin for card 858 to knowledge.center.
Step 3: View All Skins You Own (Optional)
If you’d like a quicker way to view all of your owned skins without browsing through each card individually, you can use the Splinterlands API.
-
Enter your username at the end of the following URL:
https://api.splinterlands.com/players/skins?username=YOURUSERNAMEFor example:
https://api.splinterlands.com/players/skins?username=tech-support If you have a JSON viewer extension installed in Chrome or Brave, the results will appear in a nicely formatted, readable layout (like the example below).
If you’re using Firefox, it already includes a built-in JSON viewer, so you’ll automatically see a formatted list of all your skins.
(Image: Firefox JSON viewer example)