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
| Parameter | Type | Required | Description |
|---|---|---|---|
collection_id | string | Yes | Collection ID from SimpleHash. |
Response
{}Get NFT details
Look up the details of a specific NFT.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chain | string | Yes | The blockchain network the NFT lives on. |
contract_address | string | Yes | The NFT's contract address. |
token_id | string | Yes | The NFT's token ID (for example, 1234). |
Response
{}Get wallet activity
Look up recent NFT activity for a wallet.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
wallet_address | string | Yes | The wallet address to look up. |
chain | string | Yes | The blockchain network to look up. |
limit | number | No | Maximum number of activity records to return. |
Response
{}List NFTs in a contract
List the NFTs in a specific contract.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chain | string | Yes | The blockchain network to look up. |
contract_address | string | Yes | The NFT contract address. |
cursor | string | No | To load the next page of results, paste the cursor value from your previous run. |
limit | number | No | Maximum number of NFTs to return at once. |
Response
{}List wallet NFTs
List NFTs owned by a wallet.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
wallet_address | string | Yes | The wallet address to look up. |
chain | string | Yes | The blockchain network to look up. |
cursor | string | No | To load the next page of results, paste the cursor value from your previous run. |
Response
{}