Price API
Select what you want to achieve:
Get NFT Prices​
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
1 | getNFTFloorPriceByContract | Get NFT floor price by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price |
2 | getNFTFloorPriceByToken | Get NFT floor price by token | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/floor-price |
3 | getNFTHistoricalFloorPriceByContract | Get historical NFT floor price by contract | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price/historical |
4 | getNFTContractSalePrices | Get contract sale prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/price |
5 | getNFTSalePrices | Get sale prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/price |
6 | getNFTLowestPrice | Get lowest price | Method Documentation | https://deep-index.moralis.io/api/v2.2/nft/:address/lowestprice |
Get Token Prices​
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
7 | getTokenPrice | Get ERC20 token price | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/:address/price |
8 | getMultipleTokenPrices | Get multiple token prices | Method Documentation | https://deep-index.moralis.io/api/v2.2/erc20/prices |