Closed farairo closed 1 year ago
The OpenSea API does not have an API for currency conversion. Here are some alternatives you could investigate:
I can't vouch for the accuracy of any of these but there are more options out there if these do not work for you.
@thenerdassassin Thanks for the info. It's disappointing that the OpenSea API doesn't provide currency conversion data like the stream API does. So are other developers also uisng different API services, as you mentioned above to get currency conversion data and is it reliable?
I am trying to get item listing prices using seaport.api.get with endpoint /v2/orders/ethereum/seaport/listings some of the items are listed in USDC and other currencies. How to get usdc or other currency equivalent value in eth? I know that stream api does send eth equivalent for other currencies but not sure how to get that using normal api. Any help will be really appreciated