GET
/
api
/
v3
/
licenses
/
mintingfees
/
{licenseMintingFeePaidId}
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>"
  }
}

Headers

X-Api-Key
string
default:MhBsxkU1z9fG6TofE59KqiiWV-YlYE8Q4awlLQehF3U
required

API Key

X-Chain
string
default:story-aeneid
required

Chain Destination

Path Parameters

licenseMintingFeePaidId
string
required

LicenseMintingFeePay ID

Response

200 - application/json
OK
data
object