NFT data getter
[blockchain/moralis/api v2/NFT data getter]
Retrieves information of the NFT for the specified contract and token ID using the Moralis API. Also returns the original API response for additional information. Requires Moralis account. API key and endpoint documentation can be found at: https://admin.moralis.io/web3Api
Keywords: smart contract, get, nft, metadata
Input ports
API key:
string
address:
string
Receives the contract address for a token.
token ID:
string
Receives the identifier of the token in the context of its governing contract.
params:
Receives parameters refining the transfers query. Example: { "chain": "ropsten" }
Output ports
NFT data:
`blockchain/moralis/NFT data`
Sends a list of NFT transfers as returned by the Moralis API
response:
Sends the entire response from the Moralis API, including status and header.
error:
{"error": string}
Last updated