Incorrect REST API example URL | should use /nft-tracker-api/nfts instead of /nfts-api/nfts
The example REST call in the Swagger documentation should be updated to reference the correct base path /nft-tracker-api/nfts instead of /nfts-api/nfts in the following endpoints:
/nfts
/nfts/{creator}/{symbol}
/nfts/{creator}/{symbol}/{tags}
This REST call example gives a 404 Not Found error because it references an incorrect base path.
The correct working endpoint is https://api.syncad.com/nft-tracker-api/nfts
Edited by Hala Akhrass

