---
title: "List LicenseMintingFeePays"
method: POST
path: "/api/v4/licenses/mintingfees"
tags: ["Licenses"]
---

# List LicenseMintingFeePays

`POST /api/v4/licenses/mintingfees`

Retrieve a paginated, filtered list of LicenseMintingFeePaids

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseMintingFeePaidRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseMintingFeePaidQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `id` string
      - `receiverIpId` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseMintingFeePaidsResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseMintingFeePaid[]
    - `amount` string
    - `blockNumber` string
    - `blockTimestamp` string
    - `id` string
    - `payer` string
    - `receiverIpId` string
    - `token` string
  - `next` string
  - `prev` string

---

[API](https://skmtc.net/storyapis/apis/story-protocol-api-reference.md) · [All operations](https://skmtc.net/storyapis/apis/story-protocol-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/storyapis/story-protocol-api-reference/revisions/6cb84b9791cd/schema)
