You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-nftDec 9, 2024
GET:
/api/get-nfts-by-did/<did>
- Gets list of NFTs by DIDQuery Params:
Response:
Similar to
/api/list-nfts
GET:
/api/fetch-nft/<nft-id>
- Fetch the NFT files for an input NFT IDQuery Params:
nft-id
: The NFT that we wish to fetchResponse:
Similar to
/api/fetch-smart-contract
The text was updated successfully, but these errors were encountered: