Lodol Docs

SimpleHash

API actions for the SimpleHash integration.

SimpleHash

Discover NFTs, collections, and activity via SimpleHash.


Get collection info

Look up the details of a specific NFT collection.

Parameters

ParameterTypeRequiredDescription
collection_idstringYesCollection ID from SimpleHash.

Response

{}

Get NFT details

Look up the details of a specific NFT.

Parameters

ParameterTypeRequiredDescription
chainstringYesThe blockchain network the NFT lives on.
contract_addressstringYesThe NFT's contract address.
token_idstringYesThe NFT's token ID (for example, 1234).

Response

{}

Get wallet activity

Look up recent NFT activity for a wallet.

Parameters

ParameterTypeRequiredDescription
wallet_addressstringYesThe wallet address to look up.
chainstringYesThe blockchain network to look up.
limitnumberNoMaximum number of activity records to return.

Response

{}

List NFTs in a contract

List the NFTs in a specific contract.

Parameters

ParameterTypeRequiredDescription
chainstringYesThe blockchain network to look up.
contract_addressstringYesThe NFT contract address.
cursorstringNoTo load the next page of results, paste the cursor value from your previous run.
limitnumberNoMaximum number of NFTs to return at once.

Response

{}

List wallet NFTs

List NFTs owned by a wallet.

Parameters

ParameterTypeRequiredDescription
wallet_addressstringYesThe wallet address to look up.
chainstringYesThe blockchain network to look up.
cursorstringNoTo load the next page of results, paste the cursor value from your previous run.

Response

{}

On this page