added

Announcing Rare Sats support

Rare Sats have ballooned in popularity on places like Magic Eden and we're excited to announce our support for them in the SimpleHash API!

We have added a new chain ID called utxo where each "NFT" is an unspent transaction output. We are tracking all UTXOs on Bitcoin, but ones containing a rare sat have been added to a special collection with ID 0123456789abcdeffedcba9876543210.

You can find details about which rare sats (if any) the UTXO contains in the NFT response under extra_metadata > utxo_details, such as:

"extra_metadata": {
        "attributes": [],
        "utxo_details": {
            "distinct_rare_sats": 1,
            "satributes": {
                "palindrome": {
                    "count": 1,
                    "display_name": "Palindrome",
                    "description": "Sat whose number reads the same backwards and forwards",
                    "icon": "https://cdn.simplehash.com/rare_sats/satribute_palindrome.png"
                },
                "paliblock_palindrome": {
                    "count": 1,
                    "display_name": "Paliblock Palindrome",
                    "description": "A palindrome in a palindromic block",
                    "icon": "https://cdn.simplehash.com/rare_sats/satribute_paliblock_palindrome.png"
                },
                "common": {
                    "count": 545,
                    "display_name": "Common",
                    "description": "Any sat that is not the first sat of its block",
                    "icon": "https://cdn.simplehash.com/rare_sats/satribute_common.png"
                }
            },
            "sat_ranges": [
                {
                    "starting_sat": 705707575707507,
                    "value": 546,
                    "distinct_rare_sats": 1,
                    "year": "2011",
                    "subranges": [
                        {
                            "starting_sat": 705707575707507,
                            "value": 1,
                            "sat_types": [
                                "palindrome",
                                "paliblock_palindrome"
                            ]
                        },
                        {
                            "starting_sat": 705707575707508,
                            "value": 545,
                            "sat_types": [
                                "common"
                            ]
                        }
                    ]
                }
            ],
            "block_number": 835810,
            "value": 546,
            "script_pub_key": {
                "asm": "1 da3c67d0770fac2c7f9cc4a41a1b0c0d76199b771c8323745a57b0eed62e0779",
                "desc": "rawtr(da3c67d0770fac2c7f9cc4a41a1b0c0d76199b771c8323745a57b0eed62e0779)#e9ekpfuj",
                "hex": "5120da3c67d0770fac2c7f9cc4a41a1b0c0d76199b771c8323745a57b0eed62e0779",
                "address": "bc1pmg7x05rhp7kzcluucjjp5xcvp4mpnxmhrjpjxaz627cwa43wqausl8rzjy",
                "type": "witness_v1_taproot"
            }
        },
        "image_original_url": null,
        "animation_original_url": null,
        "metadata_original_url": null
    }

Our current Rare Sats list matches the Magic Eden marketplace and includes these satributes:

  • alpha
  • omega
  • mythic
  • legendary
  • epic
  • rare
  • uncommon
  • common
  • black_legendary
  • black_epic
  • black_rare
  • black_uncommon
  • block_9
  • block_9_450x
  • block_78
  • block_286
  • block_666
  • vintage
  • first_tx
  • nakamoto
  • pizza
  • jpeg
  • hitman
  • legacy
  • palindrome
  • uniform_palinception
  • perfect_palinception
  • paliblock_palindrome