Lodol Docs

SimpleHash

API actions for the SimpleHash integration.

SimpleHash

Discover NFTs, collections, and activity via SimpleHash.


Get collection info

Retrieve metadata for a specific NFT collection.

Parameters

ParameterTypeRequiredDescription
collection_idstringYesCollection ID from SimpleHash.

Response

{}

Get collection stats

Retrieve stats for a specific NFT collection.

Parameters

ParameterTypeRequiredDescription
collection_idstringYesCollection ID from SimpleHash.

Response

{}

Get NFT metadata

Retrieve metadata for a specific NFT by chain and token ID.

Parameters

ParameterTypeRequiredDescription
chainstringYesBlockchain network (e.g., ethereum, polygon).
contract_addressstringYesNFT contract address.
token_idstringYesNFT token ID.

Response

{}

Get wallet activity

Retrieve recent NFT activity for a wallet.

Parameters

ParameterTypeRequiredDescription
wallet_addressstringYesWallet address to inspect.
chainstringYesBlockchain network (e.g., ethereum).
limitnumberNoMaximum activity records to return.

Response

{}

List contract tokens

List tokens for an NFT contract, with optional pagination.

Parameters

ParameterTypeRequiredDescription
chainstringYesBlockchain network (e.g., ethereum).
contract_addressstringYesNFT contract address.
cursorstringNoPagination cursor from a previous call.
limitnumberNoMaximum tokens to return in a single call.

Response

{}

List wallet NFTs

List NFTs owned by a wallet.

Parameters

ParameterTypeRequiredDescription
wallet_addressstringYesWallet address to inspect.
chainstringYesBlockchain network (e.g., ethereum).
cursorstringNoPagination cursor from a previous call.

Response

{}

Search NFTs

Search NFTs by keyword.

Parameters

ParameterTypeRequiredDescription
querystringYesSearch terms, such as collection or trait keywords.
limitnumberNoMaximum number of NFTs to return.

Response

{}

On this page