Skip to content

sqwid-app/sqwid-public-api-gist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Sqwid API Endpoints

What routes need to be called to get all NFTs in a collection

https://sqwid-api-mainnet.reefscan.info/get/marketplace/by-collection/<COLLECTION_ID>/0?limit=<LIMIT>&startFrom=<START_FROM>

  • Replace <COLLECTION_ID> with the collection id : you can get collection id from here
  • Replace <LIMIT> with a number, ex = 12 : limit is count of NFTs
  • Replace <START_FROM> with a number, ex = 0: startFrom is pagination

Example URL: https://sqwid-api-mainnet.reefscan.info/get/marketplace/by-collection/DF4cQ85hKBVxb1yjLzAD/0?limit=12&startFrom=0

Screenshot 2025-06-16 at 2 56 41 PM

Retrieve royalties addresses and percentages for NFT

https://sqwid-api-mainnet.reefscan.info/get/marketplace/position/<POSITION_ID>

  • Replace <POSITION_ID> with position, which you can get from all NFTs collections list : here

You can access royalty percentage from creator.royaltyAmount and receivers from creator.royaltyReceivers. This is the basic structure of response.

Screenshot 2025-06-17 at 12 31 52 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published