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

NFTs endpoint #182

Open
hectoratcasper opened this issue Aug 31, 2023 · 0 comments
Open

NFTs endpoint #182

hectoratcasper opened this issue Aug 31, 2023 · 0 comments

Comments

@hectoratcasper
Copy link

hectoratcasper commented Aug 31, 2023

Nim Siriwardana : CTO of MetaCask
Nim needs a polling mechanism that keeps track of what is happening on-chain. He needs updated data that shows him the current state of his contracts on chain. He presently takes the information coming off of the Casper chain and replicates it into a database. It is valuable to him to have this infrastructure be built and kept up to date by Casper Labs. He is indexing NFT’s in his contracts.

Nim would also like to get a data feed that plugs into ERP systems such as SAP for his customers.

The following endpoints can address his needs:

Endpoint: /contracts/{contract_address}/nfts

Method: GET

Description: This endpoint retrieves information about NFTs within a specific contract. The response should include metadata, ownership details, and other relevant information about the indexed NFTs.

Endpoint: /data-feed

Method: GET

Description: This endpoint provides a data feed suitable for integration with ERP systems like SAP. The data feed should offer a standardized format that can be easily consumed by external systems.

@hectoratcasper hectoratcasper changed the title NFTS endpoint NFTs endpoint Aug 31, 2023
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

1 participant