POST
/
rpc
/
Metadata
/
SearchTokens
curl --request POST \
  --url https://metadata.sequence.app/rpc/Metadata/SearchTokens \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "chainID": "80002",
  "q": "skyweaver"
}'
{
  "tokenMetadata": [
    {
      "tokenId": "107",
      "name": "Season 0 Floof 107",
      "description": "",
      "image": "https://nft.flooftopia.org/images/Floof_80001_107.png",
      "properties": {
        "000_season": {
          "name": "season",
          "value": "Season 0"
        },
        "005_floofId": {
          "name": "Floof ID",
          "value": "107"
        },
        "010_head_indices_shape": {
          "name": "Head Shape",
          "value": "Egg"
        },
        "015_head_indices_nose": {
          "name": "Nose",
          "value": "Dog Nose"
        },
        "020_head_indices_mouth": {
          "name": "Mouth",
          "value": "Smiley"
        },
        "025_head_indices_ears": {
          "name": "Ears",
          "value": "Curly Loppy"
        },
        "030_head_shape": {
          "name": "Head Shape Options",
          "value": [
            4,
            2,
            -8
          ]
        },
        "035_head_eye": {
          "name": "Eye Options",
          "value": [
            2,
            21,
            -38
          ]
        },
        "040_head_eyeColor": {
          "name": "Eye Color",
          "value": "(R=0.018500,G=0.001214,B=0.009721,A=1.000000)"
        },
        "045_head_nose": {
          "name": "Nose Options",
          "value": [
            -22,
            -6
          ]
        },
        "050_head_mouth": {
          "name": "Mouth Options",
          "value": [
            -61,
            61
          ]
        },
        "055_head_ears": {
          "name": "Ears Options",
          "value": [
            19,
            14,
            4
          ]
        },
        "060_fur_indices_length": {
          "name": "Fur Length",
          "value": "Short"
        },
        "065_fur_indices_pattern": {
          "name": "Fur Pattern",
          "value": "Patches"
        },
        "070_fur_color": {
          "name": "Fur Color",
          "value": "(R=0.361307,G=0.155926,B=0.012286,A=1.000000)"
        },
        "075_fur_color_pattern": {
          "name": "Pattern Color",
          "value": "(R=0.016807,G=0.001214,B=0.005182,A=1.000000)"
        },
        "080_fur_pattern": {
          "name": "Fur Pattern Options",
          "value": [
            -45,
            50
          ]
        },
        "085_extras_indices_attachments": {
          "name": "Attachment",
          "value": "Deer Antlers"
        },
        "090_extras_indices_tail": {
          "name": "Tail",
          "value": "Fox Tail"
        },
        "095_extras_attachments": {
          "name": "Attachment Options",
          "value": [
            -4,
            -18,
            -16
          ]
        },
        "100_extras_tail": {
          "name": "Tail Options",
          "value": [
            -61,
            14
          ]
        },
        "200_background_sky": {
          "name": "Background Sky",
          "value": "Blue Sky"
        },
        "205_background_middle": {
          "name": "Background Middle",
          "value": "Mountains"
        },
        "210_background_ground": {
          "name": "Background Ground",
          "value": "Grassy Field"
        },
        "215_background_item_l": {
          "name": "Background Left Item",
          "value": "Present"
        },
        "220_background_item_r": {
          "name": "Background Right Item",
          "value": "Skyweaver"
        }
      },
      "attributes": null,
      "external_url": "https://www.flooftopia.org",
      "decimals": 0,
      "updatedAt": "2023-11-16T19:48:51.110477Z"
    }
  ],
  "nextPage": {
    "page": 2,
    "pageSize": 30,
    "more": true
  }
}

Authorizations

X-Access-Key
string
header
required

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

Body

application/json
q
string
chainID
string
page
object

Response

200
application/json
OK
tokenMetadata
object[]

[]TokenMetadata

nextPage
object