# EGP NFT Interaction Service ## Docs - [Overview](https://egpnfts.apidog.io/overview-976606m0.md): ## API Docs - EVM Contract Interactions [Get Stored Contract ABI](https://egpnfts.apidog.io/get-stored-contract-abi-16446862e0.md): Retrieves the stored ABI JSON string for a registered contract. - EVM Contract Interactions [Delete Contract Registration](https://egpnfts.apidog.io/delete-contract-registration-16446863e0.md): Removes a contract registration and its stored ABI from the database. - EVM Contract Interactions [Get All Registered Contracts](https://egpnfts.apidog.io/get-all-registered-contracts-16446864e0.md): Retrieves a list of all registered contract addresses and their networks. Can be filtered by network using a query parameter. - EVM Contract Interactions [Register Contract](https://egpnfts.apidog.io/register-contract-16446865e0.md): Registers a new contract by fetching its ABI from a block explorer and storing it. - EVM & SPL Contract Subscription [Subscribe to Contract Events / Monitor Solana Collection](https://egpnfts.apidog.io/subscribe-to-contract-events-monitor-solana-collection-16446878e0.md): Establishes a WebSocket connection. For EVM, subscribes to specified events for a contract. For Solana, monitors NFT owner changes within a collection using the provided address as the collection ID. - SPL DAS API [Get Solana Asset (DAS)](https://egpnfts.apidog.io/get-solana-asset-das-16446866e0.md): Retrieves information about a specific Solana digital asset using the DAS API. - SPL DAS API [Get Solana Asset Batch (DAS)](https://egpnfts.apidog.io/get-solana-asset-batch-das-16446867e0.md): Retrieves information about multiple Solana digital assets using the DAS API. - SPL DAS API [Get Solana Asset Proof (DAS)](https://egpnfts.apidog.io/get-solana-asset-proof-das-16446868e0.md): Retrieves the Merkle proof for a compressed Solana asset using the DAS API. - SPL DAS API [Get Solana Asset Proof Batch (DAS)](https://egpnfts.apidog.io/get-solana-asset-proof-batch-das-16446869e0.md): Retrieves Merkle proofs for multiple compressed Solana assets using the DAS API. - SPL DAS API [Get Solana Assets By Authority (DAS)](https://egpnfts.apidog.io/get-solana-assets-by-authority-das-16446870e0.md): Retrieves assets with a specific authority address using the DAS API. - SPL DAS API [Get Solana Assets By Creator (DAS)](https://egpnfts.apidog.io/get-solana-assets-by-creator-das-16446871e0.md): Retrieves assets created by a specific Solana address using the DAS API. - SPL DAS API [Get Solana Assets By Group (DAS)](https://egpnfts.apidog.io/get-solana-assets-by-group-das-16446872e0.md): Retrieves assets belonging to a specific group key/value pair (e.g., collection) using the DAS API. - SPL DAS API [Get Solana Assets By Owner (DAS)](https://egpnfts.apidog.io/get-solana-assets-by-owner-das-16446873e0.md): Retrieves assets owned by a specific Solana address using the DAS API. - SPL DAS API [Get Solana NFT Editions (DAS)](https://egpnfts.apidog.io/get-solana-nft-editions-das-16446874e0.md): Retrieves NFT edition information for a master edition mint using the DAS API. - SPL DAS API [Get Solana Signatures For Asset (DAS)](https://egpnfts.apidog.io/get-solana-signatures-for-asset-das-16446875e0.md): Retrieves transaction signatures for a specific Solana asset using the DAS API. - SPL DAS API [Get Solana Token Accounts (DAS)](https://egpnfts.apidog.io/get-solana-token-accounts-das-16446876e0.md): Retrieves token accounts for a mint or owner using the DAS API. - SPL DAS API [Search Solana Assets (DAS)](https://egpnfts.apidog.io/search-solana-assets-das-16446877e0.md): Performs a complex search for Solana assets using the DAS API. Query parameters map to DAS search criteria.