⚡
Moralis API
Complete Web3 development platform with NFT and token APIs
Get NFTs by Wallet
GET
Get all NFTs owned by a specific wallet address
Price per request
$0.02 USD
/{address}/nft
Wallet not connected
Please connect your wallet to access this endpoint.
Get Token Price
GET
Get current price of any ERC-20 token
Price per request
$0.01 USD
/erc20/{address}/price
Wallet not connected
Please connect your wallet to access this endpoint.
Get Wallet History
GET
Get transaction history for a wallet address
Price per request
$0.015 USD
/{address}
Wallet not connected
Please connect your wallet to access this endpoint.
Get Token Metadata
GET
Get metadata for any ERC-20 token contract
Price per request
$0.01 USD
/erc20/metadata
Wallet not connected
Please connect your wallet to access this endpoint.
Get NFT Metadata
GET
Get metadata for a specific NFT by contract and token ID
Price per request
$0.02 USD
/nft/{address}/{token_id}
Wallet not connected
Please connect your wallet to access this endpoint.