English
Retrieve a LicenseMintingFeePay
curl --request GET \ --url https://api.storyapis.com/api/v3/licenses/mintingfees/{licenseMintingFeePaidId} \ --header 'X-Api-Key: <x-api-key>' \ --header 'X-Chain: <x-chain>'
{ "data": { "amount": "<string>", "blockNumber": "<string>", "blockTimestamp": "<string>", "id": "<string>", "payer": "<string>", "receiverIpId": "<string>", "token": "<string>" } }
API Key
Chain Destination
LicenseMintingFeePay ID
OK
The response is of type object.
object