get https://api.parsiq.net/nft////contract-data
Get metadata for a specific contract
Authorization required to use this endpoint
To get your API key, follow the instruction here.
The Contract Metadata endpoint assists you in obtaining the metadata for a specific contract. To conduct a search, it is necessary to provide the address of the desired contract
.
A successful request to the endpoint will return a JSON response with the metadata of a specific contract containing the following fields: address
, standard
, total_supply
, symbol
, and name
.
The cURL request below can give you the gist of how the endpoint operates. Be sure to replace YOUR_API_KEY
with your actual API key.
curl --location 'https://api.parsiq.net/nft/eip155-1/v1/0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D/contract-data' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'