💻
GEN.ART Public API
- Test:
https://test-api.gen.art/
- Production:
https://api.gen.art/
We do not have a rate limit but make sure to not overuse.
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 collectionId s |
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}
Last modified 3mo ago