Skip to main content
GET
/
collections
/
count
Count Collections
curl --request GET \
  --url https://createkit.b3.fun/collections/count
{
  "success": true,
  "count": 123
}

Query Parameters

creator
string

Filter by creator wallet address

symbol
string

Filter by collection symbol

referrer
string

Filter by referrer ID

chainId
integer

Filter by blockchain chain ID

gameOwner
string

Filter by game owner wallet address

gameId
string

Filter by game ID

Response

Count retrieved successfully

success
boolean
Example:

true

count
integer

Number of collections matching filters

I