Get Mint Price, Mint Date etc

Hello,

I am looking to pull data of a collection’s smart contract that detail the hard coded characteristics of a collection like mint price, mint date, royalty, and total supply. Is there a way to do this through Moralis? Right now all I am getting is the contract address, symbol (ticker), and collection name.

Thanks

You could try to query the smart contract for that collection by making read only requests on chain in case that the contract has functions that provides that info.