Skip to main content
Blockchain data platform providing NFT metadata, token pricing, portfolio analytics, and transaction history across Ethereum and other EVM chains. Best for web3 workflows needing structured onchain data — NFT verification, wallet portfolio views, or token price feeds. Priced by compute units ($0.45/1M CU) with endpoint costs ranging 40-1000 CU. 12 endpoints available through Lava’s AI Gateway. See the Alchemy API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Endpoints

Get NFTs owned by an address

GET https://eth-mainnet.g.alchemy.com/nft/v3/getNFTsForOwner?owner=0x... — $0.000216 / request
const data = await lava.gateway('https://eth-mainnet.g.alchemy.com/nft/v3/getNFTsForOwner?owner=0x...', { method: 'GET' });

Get NFT metadata

GET https://eth-mainnet.g.alchemy.com/nft/v3/getNFTMetadata?contractAddress=0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D&tokenId=1 — $0.000036 / request
const data = await lava.gateway('https://eth-mainnet.g.alchemy.com/nft/v3/getNFTMetadata?contractAddress=0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D&tokenId=1', { method: 'GET' });

Get NFT collection floor price

GET https://eth-mainnet.g.alchemy.com/nft/v3/{id}/getFloorPrice — $0.000036 / request

Get NFT contracts owned by an address

GET https://eth-mainnet.g.alchemy.com/nft/v3/{id}/getContractsForOwner — $0.000144 / request

Get owners of an NFT

GET https://eth-mainnet.g.alchemy.com/nft/v3/{id}/getOwnersForNFT — $0.000036 / request

Check if an NFT contract is spam

GET https://eth-mainnet.g.alchemy.com/nft/v3/{id}/isSpamContract — $0.000036 / request

Get token prices by symbol

GET https://api.g.alchemy.com/prices/v1/tokens/by-symbol?symbols=ETH,BTC — $0.000018 / request
const data = await lava.gateway('https://api.g.alchemy.com/prices/v1/tokens/by-symbol?symbols=ETH,BTC', { method: 'GET' });

Get token prices by contract address

POST https://api.g.alchemy.com/prices/v1/tokens/by-address — $0.000018 / request

Get historical token prices

POST https://api.g.alchemy.com/prices/v1/tokens/historical — $0.000018 / request

Get token portfolio for an address

POST https://api.g.alchemy.com/data/v1/{id}/assets/tokens/by-address — $0.000162 / request

Get NFT portfolio for an address

POST https://api.g.alchemy.com/data/v1/{id}/assets/nfts/by-address — $0.00045 / request

Get transaction history for an address

POST https://api.g.alchemy.com/data/v1/{id}/transactions/history/by-address — $0.00045 / request

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests