Protocol API Overview
Collections
IPLicenseTerms
LicenseTemplates
LicenseTerms
LicenseTokens
Permissions
Modules
Get a Module
Retrieve a Module
GET
/
api
/
v3
/
modules
/
{moduleId}
curl --request GET \
--url https://api.storyapis.com/api/v3/modules/{moduleId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"deletedAt": "<string>",
"id": "<string>",
"module": "<string>",
"moduleType": "<string>",
"moduleTypeInterfaceId": "<string>",
"name": "<string>",
"transactionHash": "<string>"
}
}
Headers
API Key
Chain Destination
Path Parameters
Module ID
curl --request GET \
--url https://api.storyapis.com/api/v3/modules/{moduleId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"deletedAt": "<string>",
"id": "<string>",
"module": "<string>",
"moduleType": "<string>",
"moduleTypeInterfaceId": "<string>",
"name": "<string>",
"transactionHash": "<string>"
}
}