Logo
Covalent API Documentation

checkOwnershipInNftForSpecificTokenId

GET https://api.covalenthq.com/v1/:chainName/address/:walletAddress/collection/:collectionContract/token/:tokenId/

Returns: NftOwnershipForCollectionResponse

{
  "updated_at" : "{{DATETIME}}",
  "address" : "{{STRING}}",
  "collection" : "{{STRING}}",
  "is_spam" : "{{BOOLEAN}}",
  "items" : [ {
    "contract_name" : "{{STRING}}",
    "contract_ticker_symbol" : "{{STRING}}",
    "contract_address" : "{{STRING}}",
    "token_id" : "{{STRING}}",
    "supports_erc" : [ "{{STRING}}" ],
    "last_transfered_at" : "{{DATETIME}}",
    "balance" : "{{INTEGER}}",
    "balance24h" : "{{INTEGER}}",
    "type" : "{{STRING}}",
    "nft_data" : {
      "token_id" : "{{STRING}}",
      "token_url" : "{{STRING}}",
      "original_owner" : "{{STRING}}",
      "external_data" : {
        "name" : "{{STRING}}",
        "description" : "{{STRING}}",
        "asset_url" : "{{STRING}}",
        "asset_file_extension" : "{{STRING}}",
        "asset_mime_type" : "{{STRING}}",
        "asset_size_bytes" : "{{STRING}}",
        "image" : "{{STRING}}",
        "image256" : "{{STRING}}",
        "image512" : "{{STRING}}",
        "image1024" : "{{STRING}}",
        "animation_url" : "{{STRING}}",
        "external_url" : "{{STRING}}",
        "attributes" : [ {
          "trait_type" : "{{STRING}}",
          "value" : "{{STRING}}"
        } ]
      },
      "asset_cached" : "{{BOOLEAN}}",
      "image_cached" : "{{BOOLEAN}}"
    }
  } ]
}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://api.covalenthq.com/v1/:chainName/address/:walletAddress/collection/:collectionContract/token/:tokenId/' -H 'Content-Type: application/json'

ENDPOINTS