Skip to main content

API returns

All API returns are in JSON structured format. This is an example for querying a token infomation:

{
"token_id": "1",
"name": "Tron Bull #1",
"resource_link": "https://lh3.googleusercontent.com/MVGshXKQCxfB2-0S17ZOOp1mcAGs4WPbRhBKbEgbj8AHvcI-d740PtzfXzcqUosLKUE6V1bRExwB4XAN-oT7JMB4Lpl7koulvN27Jw-MydGVpQP2rQ",
"ranking": 13767,
"score": 457.81,
"rarity_score": 195.51,
"meta_score": 262.3,
"last_price": "",
"owner": "",
"transaction_history": [],
"rarity_traits": [
{
"trait_type": "Background",
"value": "Blue",
"score": 14.94,
"count": 1005
},
{
"trait_type": "Body",
"value": "Slime Green",
"score": 24.65,
"count": 609
},
{
"trait_type": "Footwear",
"value": "White Slides",
"score": 19.15,
"count": 784
},
{
"trait_type": "Horns",
"value": "Pink Camo",
"score": 24.98,
"count": 601
},
{
"trait_type": "Clothes",
"value": "Tron Fanatic",
"score": 45.63,
"count": 329
},
{
"trait_type": "Piercing",
"value": "None",
"score": 19.86,
"count": 756
},
{
"trait_type": "Head Piece",
"value": "Chef Hat",
"score": 26.57,
"count": 565
}
[...]
]
}