Get NFT collection data for NFTTransfers

Is Moralis offering any way of retrieving the collection name? THe NFTTransfers only hold the contract_address but not the name. I am interested in also getting the name and maybe even floor price ecetera. Do I have to use 3rd party APIs for this or does moralis offer a way I couldnt find?

For the collection name and symbol you can use one of the nft token endpoints (look at the example here). For the floor price you would need to use another api

1 Like