Discord Widget
ChainJet Logo
Moralis

Moralis Integrations

ChainJet allows you to connect Moralis with web3 dapps and web2 services, so you can automate your work. No code required.

Actions

Moralis

Get liquidity pair reserves for an Uniswap V2 based Exchange.

Get the liquidity reserves for a given pair address. Only Uniswap V2 based exchanges supported at the moment.
Moralis

Get nft trades by marketplaces

Get the nft trades for a given contracts and marketplace
Moralis

Get pair address based on token0 and token1 address

Fetches and returns pair data of the provided token0+token1 combination. The token0 and token1 options are interchangable (ie. there is no different outcome in "token0=WETH and token1=USDT" or "token0=USDT and token1=WETH")
Moralis

Get the lowest price found for a nft token contract

Get the lowest price found for a nft token contract for the last x days (only trades paid in ETH)
Moralis

Get transaction details by transaction hash

Gets the contents of a block transaction by hash
Moralis

Gets NFT transfers by block number or block hash

Gets NFT transfers by block number or block hash
Moralis

Gets NFT transfers from a block number to a block number

Gets the transfers of the tokens from a block number to a block number
Moralis

Gets NFT transfers of a given contract

Gets the transfers of the tokens matching the given parameters
Moralis

Gets NFT transfers of a given contract

Gets the transfers of the tokens matching the given parameters
Moralis

Gets NFT transfers to and from a given address

Gets the transfers of the tokens matching the given parameters
Moralis

Gets address logs

Gets the logs from an address
Moralis

Gets block contents by block hash

Gets the contents of a block by block hash
Moralis

Gets erc 20 token transactions

Gets ERC20 token transactions in descending order based on block number
Moralis

Gets erc20 transactions of a token contract

Gets ERC20 token contract transactions in descending order based on block number
Moralis

Gets events by topic

Gets events in descending order based on block number
Moralis

Gets native balance for a specific address.

Gets native balance for a specific address
Moralis

Gets native transactions

Gets native transactions in descending order based on block number
Moralis

Gets the NFT with the given id of a given contract

Gets data, including metadata (where available), for the given token id of the given contract address. Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection
Moralis

Gets the NFTs owned by a given address

Gets NFTs owned by the given address The response will include status SYNCED/SYNCING based on the contracts being indexed. Use the token_address param to get results for a specific contract only Note results will include all indexed NFTs Any request which includes the token_address param will start the indexing process for that NFT collection the very first time it is requested
Moralis

Gets the NFTs owned by a given address

Gets NFTs owned by the given address Use the token_address param to get results for a specific contract only Note results will include all indexed NFTs Any request which includes the token_address param will start the indexing process for that NFT collection the very first time it is requested
Moralis

Gets the amount which the spender is allowed to withdraw from the owner.

Gets the amount which the spender is allowed to withdraw from the spender
Moralis

Gets the closest block of the provided date

Gets the closest block of the provided date
Moralis

Gets the global metadata for a given contract

Gets the contract level metadata (name, symbol, base token uri) for the given contract Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection
Moralis

Gets the owners of NFTs for a given contract

Gets all owners of NFT items within a given contract collection Use after /nft/contract/{token_address} to find out who owns each token id in a collection Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection
Moralis

Gets the owners of the NFTs of a given contract

Gets all owners of NFT items within a given contract collection Use after /nft/contract/{token_address} to find out who owns each token id in a collection Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection
Moralis

Gets token balances for a specific address.

Gets token balances for a specific address
Moralis

Gets token metadata

Returns metadata (name, symbol, decimals, logo) for a given token contract address.
Moralis

Gets token metadata

Returns metadata (name, symbol, decimals, logo) for a given token contract address.
Moralis

Gets token price

Returns the price nominated in the native token and usd for a given token contract address.
Moralis

Resolves an Unstoppable domain and returns the address

Resolves an Unstoppable domain and returns the address
Moralis

Retrieves the NFT data based on a metadata search

Gets NFTs that match a given metadata search.
Moralis

Retrieves the unique NFTs inside a given contract

Gets data, including metadata (where available), for all token ids for the given contract address. Results are limited to 100 per page by default Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection
Moralis

Return the ENS domain when available (Only for ETH)

Resolves an ETH address and find the ENS name
Moralis

Returns the endpoint price list for rate limits and costs

Moralis

Returns the web3 api version

Moralis

Runs a function of a contract abi

Runs a given function of a contract abi and returns readonly data
Moralis

Sync a Contract for NFT Index

Sync a Contract for NFT Index
Moralis

Uploads multiple files and place them in a folder directory

Uploads multiple files and place them in a folder directory
Moralis

resync the metadata for a given token_id

ReSync the metadata for an NFT The metadata flag will request a the NFT's metadata from the already existing token_uri The uri(default) flag will fetch the latest token_uri from the given NFT address. In sync mode the metadata will also be fetched The sync mode will make the endpoint synchronous so it will wait for the task to be completed before responding The async mode(default) will make the endpoint asynchronous so we will wait for the task to be completed before responding