NFTs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
projectIdstringOptional
chainKeystringOptional
cursorstringOptional
limitinteger · min: 1 · max: 200OptionalDefault:
50Responses
200
Collections list
application/json
get
/v1/nfts/collections200
Collections list
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
projectIdstringRequired
chainKeystringRequired
tokenStandardstring · enumRequiredPossible values:
namestringRequired
descriptionstring | nullableOptional
contractAddressstring | nullableOptional
If already deployed, provide contract address. Otherwise, Sverse may deploy (optional).
Responses
201
Collection created
application/json
post
/v1/nfts/collections201
Collection created
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionIdstringRequired
Body
ownerWalletIdstringRequired
metadataUristring | nullableOptional
idempotencyKeystring | nullableOptional
Responses
201
Mint initiated
application/json
post
/v1/nfts/collections/{collectionId}/items201
Mint initiated
Last updated