Links
💻

GEN.ART Public API

Base API

  • Test: https://test-api.gen.art/
  • Production: https://api.gen.art/

Limits

We do not have a rate limit but make sure to not overuse.

Endpoints

Memberships

GET Memberships
GET /memberships
param
type
description
_start
int
start pagination at
_limit
int
limit of page
virgin
boolean
unminted membership
sale
boolean
is for sale on OS
tier
enum
'Gold' or 'Standard'
tokenId
string
token id of the membership
collections
string
a comma separated string of collectionId to filter memberships that haven't minted the given collectionIds

Tokens

GET Tokens
GET /tokens
param
type
description
_start
int
start pagination at
_limit
int
limit of page
tokenId
string
token id of the artwork
tokenIds
string
a comma separated string of tokenId
collectionId
string
collectionId
GET Token metadata
GET /public/attributes/{tokenId}