Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NFT Endpoints: /api/get-nfts-by-did and /api/fetch-nft #257

Closed
arnabghose997 opened this issue Dec 9, 2024 · 0 comments
Closed

Add NFT Endpoints: /api/get-nfts-by-did and /api/fetch-nft #257

arnabghose997 opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@arnabghose997
Copy link
Collaborator

arnabghose997 commented Dec 9, 2024

GET: /api/get-nfts-by-did/<did> - Gets list of NFTs by DID

Query Params:

  • did : The DID for which we want the NFT list

Response:

Similar to /api/list-nfts

GET: /api/fetch-nft/<nft-id> - Fetch the NFT files for an input NFT ID

Query Params:

  • nft-id : The NFT that we wish to fetch

Response:

Similar to /api/fetch-smart-contract

@arnabghose997 arnabghose997 changed the title Add NFT Endpoints: /api/list-nfts-by-did and /api/fetch-nft Add NFT Endpoints: /api/get-nfts-by-did and /api/fetch-nft Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants