PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, September 22, 2022

[FIXED] How to see the most recent bids on different marketplaces for ERC721 token?

 September 22, 2022     blockchain, erc721, ethereum, etherscan, nft     No comments   

Issue

I had a similar question regarding different listings. Since there can be multiple listings for the same ERC721 token, it was only possible to retrieve the data about those listings using APIs of different marketplaces.

Is there an API to retrieve the most recent (or highest) bid from multiple marketplaces? If not, can I access that information on Etherscan?


Solution

In my opinion, it depends on how the bid is placed. As an example:

  1. It is possible for you to create a script, which will fetch data from multiple smart contracts that represent those marketplaces and calculate which one is the highest price for that ERC721 token, if the marketplace is a decentralized defi marketplace that is using smart contracts.
  2. But if it's an web2 marketplace like coinbase etc. Then I am afraid we don't have much choice there since the information like who's making the bids and of what amount is being stored in the servers that they are maintaining and API's are only way to access them.


Answered By - Ravi Verma
Answer Checked By - Terry (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing