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

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.
