한국어
Protocol API
cURL
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>" } }
Retrieve a Module
API Key
Chain Destination
Module ID
OK
The response is of type object.
object