GET Tokens
curl --request GET \
--url https://api.bitski.com/v2/tokens/{coinType}/{chainId}/{contractAddress}/{tokenId}{
"token": {
"coinType": 60,
"chainId": 137,
"contractAddress": "0xb010d3ed7209506ab110c5de197a48abd1cc493f",
"id": "0x6178a6a20ce747bfbbc6f057efe80045",
"metadata": {
"name": "Moonbirds x Bitski Open Edition",
"image": "https://lh3.googleusercontent.com/L6PpBk9qa4OqLZFhODrRnDgel3BB0-4XBNJ3jXAxc7bcFaJhpfGyKIHgwz5FlOXqKToimNDTWbiGw32hZY9yp7Yx_SzOVAyH_HM=s1000",
"animationUrl": "https://cdn.simplehash.com/assets/2a2d30b2eb1160b67f506a42f1d3e4131d818ae831cdfeb1a2469f7942694300.mp4",
"description": "This Moonbirds-inspired open edition is an ode to the CC0 roots of the Moonbirds community. Moonbirds are art collectors, creatives, and dreamers, and we believe Web3 needs more of that ethos in its communities. This gasless, free special Open Edition NFT will only be available to claim for a short period of time and has no value or roadmap attached to it.",
"externalUrl": "https://www.bitski.com/bitski",
"marketplaceUrl": "https://opensea.io/assets/matic/0xb010d3ed7209506ab110c5de197a48abd1cc493f/129561570933110973282272298182881312837",
"attributes": [
{
"traitType": "Collection",
"value": "Moonbirds"
},
{
"traitType": "Hoot",
"value": "Hoot"
},
{
"traitType": "License",
"value": "CC0"
},
{
"traitType": "Partner",
"value": "Bitski"
}
],
"hasRarityData": false,
"properties": {
"Collection": "Moonbirds",
"Hoot": "Hoot",
"License": "CC0",
"Partner": "Bitski"
}
}
}
}
Wallet Experience APIs
GET Tokens
Get metadata about a given token, including floor prices, spam scores, and cached image and video assets.
GET
/
v2
/
tokens
/
{coinType}
/
{chainId}
/
{contractAddress}
/
{tokenId}
GET Tokens
curl --request GET \
--url https://api.bitski.com/v2/tokens/{coinType}/{chainId}/{contractAddress}/{tokenId}{
"token": {
"coinType": 60,
"chainId": 137,
"contractAddress": "0xb010d3ed7209506ab110c5de197a48abd1cc493f",
"id": "0x6178a6a20ce747bfbbc6f057efe80045",
"metadata": {
"name": "Moonbirds x Bitski Open Edition",
"image": "https://lh3.googleusercontent.com/L6PpBk9qa4OqLZFhODrRnDgel3BB0-4XBNJ3jXAxc7bcFaJhpfGyKIHgwz5FlOXqKToimNDTWbiGw32hZY9yp7Yx_SzOVAyH_HM=s1000",
"animationUrl": "https://cdn.simplehash.com/assets/2a2d30b2eb1160b67f506a42f1d3e4131d818ae831cdfeb1a2469f7942694300.mp4",
"description": "This Moonbirds-inspired open edition is an ode to the CC0 roots of the Moonbirds community. Moonbirds are art collectors, creatives, and dreamers, and we believe Web3 needs more of that ethos in its communities. This gasless, free special Open Edition NFT will only be available to claim for a short period of time and has no value or roadmap attached to it.",
"externalUrl": "https://www.bitski.com/bitski",
"marketplaceUrl": "https://opensea.io/assets/matic/0xb010d3ed7209506ab110c5de197a48abd1cc493f/129561570933110973282272298182881312837",
"attributes": [
{
"traitType": "Collection",
"value": "Moonbirds"
},
{
"traitType": "Hoot",
"value": "Hoot"
},
{
"traitType": "License",
"value": "CC0"
},
{
"traitType": "Partner",
"value": "Bitski"
}
],
"hasRarityData": false,
"properties": {
"Collection": "Moonbirds",
"Hoot": "Hoot",
"License": "CC0",
"Partner": "Bitski"
}
}
}
}
Path
The coin type of the token.
The chain ID of the token.
The contract address of the token.
The ID of the token.
Examples

{
"token": {
"coinType": 60,
"chainId": 137,
"contractAddress": "0xb010d3ed7209506ab110c5de197a48abd1cc493f",
"id": "0x6178a6a20ce747bfbbc6f057efe80045",
"metadata": {
"name": "Moonbirds x Bitski Open Edition",
"image": "https://lh3.googleusercontent.com/L6PpBk9qa4OqLZFhODrRnDgel3BB0-4XBNJ3jXAxc7bcFaJhpfGyKIHgwz5FlOXqKToimNDTWbiGw32hZY9yp7Yx_SzOVAyH_HM=s1000",
"animationUrl": "https://cdn.simplehash.com/assets/2a2d30b2eb1160b67f506a42f1d3e4131d818ae831cdfeb1a2469f7942694300.mp4",
"description": "This Moonbirds-inspired open edition is an ode to the CC0 roots of the Moonbirds community. Moonbirds are art collectors, creatives, and dreamers, and we believe Web3 needs more of that ethos in its communities. This gasless, free special Open Edition NFT will only be available to claim for a short period of time and has no value or roadmap attached to it.",
"externalUrl": "https://www.bitski.com/bitski",
"marketplaceUrl": "https://opensea.io/assets/matic/0xb010d3ed7209506ab110c5de197a48abd1cc493f/129561570933110973282272298182881312837",
"attributes": [
{
"traitType": "Collection",
"value": "Moonbirds"
},
{
"traitType": "Hoot",
"value": "Hoot"
},
{
"traitType": "License",
"value": "CC0"
},
{
"traitType": "Partner",
"value": "Bitski"
}
],
"hasRarityData": false,
"properties": {
"Collection": "Moonbirds",
"Hoot": "Hoot",
"License": "CC0",
"Partner": "Bitski"
}
}
}
}
⌘I