GET
/
v1
/
{chainName}
/
nft
/
request
/
collection_cache
/
{collectionContract}
/
status
/
curl --request GET \
  --url https://api.covalenthq.com/v1/{chainName}/nft/request/collection_cache/{collectionContract}/status/ \
  --header 'Authorization: Bearer <token>'
{
  "updated_at": "2023-11-07T05:31:56Z",
  "chain_id": 123,
  "chain_name": "<string>",
  "items": [
    {
      "requested_collection_address": "<string>",
      "requested_collection_name": "<string>",
      "token_total_supply_identified": 123,
      "cached_metadata_count": 123,
      "cached_asset_count": 123,
      "cached_thumbnail_count": 123,
      "last_scraped_at": "2023-11-07T05:31:56Z",
      "requested_collection_queued": true
    }
  ]
}

Credit Cost

0 per call

Processing

Batch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form: Bearer <token>, where <token> is your GoldRush API Key.

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

collectionContract
string
required

The requested collection address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

Response

200 - application/json

Successful response

The response is of type object.