Skip to main content
GET
cURL
8 credits per request

  • collectionAddress: Path parameter. NFT collection contract address.
  • page & limit: Control pagination.
  • type: Filter assets by type.

Authorizations

X-API-KEY
string
header
required

API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

Path Parameters

collectionAddress
string
required

The address of the NFT collection

Example:

"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"

Query Parameters

page
number

Page number to retrieve (1-based indexing)

Example:

1

limit
number

Number of items to return per page

Example:

20

type
enum<string>
Available options:
listed,
all

Response

meta
object
required
data
object[]