v1

latestOpenAPI 3.0.12026-07-142791104.2 KB
Asset

Get asset info

This endpoint can be used to fetch asset information from the system

get/openapi/v1/asset

Query parameters

chain'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink' required

Chain Name, eth is default.

contract_addressstring required

The smart contract address.

token_idstring required

The asset token id.

Response

OK

codeinteger

Error Code

msgstring

Error Message

messagestring

Example response

{
  "data": {
    "chain": "eth",
    "chainId": "chainId",
    "contractAddress": "0x709d30f1f60f03d85a0ef33142ef3259392dc9e1",
    "tokenId": "6172",
    "tokenType": "ERC721",
    "creatorAddress": "0xf43c81dd52be19ffb79e98585319b53f2d7ba78a",
    "name": "Loser #6172",
    "description": "Loser Club. Never cool. Never alone.",
    "supply": 1,
    "imageUrl": "https://storage.nfte.ai/nft/img/eth/0x1/4002093885553683706.webp",
    "imagePreviewUrl": "https://storage.nfte.ai/nft/img/eth/0x1/4002093885553683706.webp",
    "imageThumbnailUrl": "https://storage.nfte.ai/nft/img/eth/0x1/4002093885553683706.webp",
    "metadataUrl": "https://api.loserclub.io/ipfs/QmYiYqVZ4TNNLyTKn5ddoE79isWK18qsYJg6EX5waoVc7H/6172.json",
    "collection": {
      "name": "Pulsquares",
      "slug": "pulsquares",
      "description": "Pulsquares is an experimental generative math art NFT project.",
      "royalty": 500,
      "createDate": "2021-10-16T16:25:03.736944",
      "platformSellerFee": 200,
      "imageUrl": "https://storage.nfte.ai/asset/collection/featured/TKMJDIBVWCFDQHZEALWVKVURVDEYDNIQ.jpg",
      "bannerImageUrl": "https://storage.nfte.ai/asset/collection/featured/OWPAGWDYWIZWUWABNKBQECDRDMWSGXYU.jpg",
      "featuredImageUrl": "https://storage.nfte.ai/asset/collection/featured/GNBHNVFTMSNXMLTOVOYALMBNQZMCFAWW.jpg",
      "externalUrl": "http://pulsquares.art",
      "twitterUrl": "twitterUrl",
      "contracts": [
        {
          "blockChain": {
            "chain": "eth",
            "chainId": "0x1"
          },
          "address": "0xa310425046661c523d98344f7e9d66b32195365d"
        }
      ],
      "owners": [
        {
          "identity": {
            "blockChain": {
              "chain": "eth",
              "chainId": "0x1"
            }
          }
        }
      ],
      "isVerified": true
    }
  }
}