/tags/count

Returns total number of distinct NFT Tags available on blockchain

Parameters

  • search OPTIONAL (string) - Search by collection identifier

Returns

  • count: (number) - total number found

Example

Request

curl -X 'GET' \
  'https://elrond-api.public.blastapi.io/tags/count?search=music' \
  -H 'accept: application/json'

Result

7

Last updated