Jump to Content
CoinGecko API Documentation
GuidesAPI ReferenceChangelog
PricingEnterpriseFeedbackStatusDeveloper DashboardCoinGecko API Documentation
Changelog
PricingEnterpriseFeedbackStatusDeveloper Dashboard
GuidesAPI ReferenceChangelog
All
Pages
Start typing to search…
Back to All
improved

Included new fields

April 3rd, 2023

We've added "symbol" field to these NFT endpoints responses:

  • /nfts/markets
  • /nfts/{id}
  • /nfts/{assets_platform}/contract/{contract_address}

Example of responses:

{
	"id": "pudgy-penguins",
  "contract_address": "0xBd3531dA5CF5857e7CfAA92426877b022e612cf8",
  "asset_platform_id": "ethereum",
  "name": "Pudgy Penguins",
  "symbol": "PPG", 👈
  ....
},