# Supported Satributes

## Get list all supported satributes

<mark style="color:blue;">`GET`</mark> `https://api.ordinalsbot.com/satscanner/supported-satributes`

#### Headers

| Name                                        | Type   | Description |
| ------------------------------------------- | ------ | ----------- |
| x-api-key<mark style="color:red;">\*</mark> | String | API Key     |

{% tabs %}
{% tab title="200: OK List of satributes" %}

```javascript
{
    "result": [
        "uncommon",
        "rare",
        "epic",
        "legendary",
        "mythic",
        "block-9",
        "block-78",
        "block-286",
        "block-666",
        "block-999",
        "vintage",
        "number-palindrome",
        "pizza",
        "hitman",
        "first-transaction",
        "nakamoto",
        "black",
        "legacy",
        "jpeg"
    ]
}
```

{% endtab %}
{% endtabs %}
