EGP NFT Interaction Service
EVM Contract Interactions
Copy Page
EGP NFT Interaction Service
Overview
EVM Contract Interactions
Get Stored Contract ABI
GET
Delete Contract Registration
DELETE
Get All Registered Contracts
GET
Register Contract
POST
EVM & SPL Contract Subscription
Subscribe to Contract Events / Monitor Solana Collection
GET
SPL DAS API
Get Solana Asset (DAS)
GET
Get Solana Asset Batch (DAS)
POST
Get Solana Asset Proof (DAS)
GET
Get Solana Asset Proof Batch (DAS)
POST
Get Solana Assets By Authority (DAS)
GET
Get Solana Assets By Creator (DAS)
GET
Get Solana Assets By Group (DAS)
GET
Get Solana Assets By Owner (DAS)
GET
Get Solana NFT Editions (DAS)
GET
Get Solana Signatures For Asset (DAS)
GET
Get Solana Token Accounts (DAS)
GET
Search Solana Assets (DAS)
GET
EVM Contract Interactions
Copy Page
Get Stored Contract ABI
GET
/api/v1/nftcontract/{contractaddress}/{network}
Try it
Run in Apidog
Run in Apidog
Retrieves the stored ABI JSON string for a registered contract.
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'https://egpnfts.srblabs.io/api/v1/nftcontract//'
Response
Response Example
200 -
Example 1
"string"
Request
Path Params
Generate Code
Responses
🟢
200
OK
application/json
The ABI JSON string" // Direct JSON string response
Body
Generate Code
ðŸŸ
400
Bad Request
ðŸŸ
404
Record Not Found
🔴
500
Server Error
Modified atÂ
2025-05-01 04:52:40
Previous
Overview
Next
Delete Contract Registration