---
title: "Get collection fee info"
method: POST
path: "/openapi/v1/collection/fee"
tags: ["Collection"]
---

# Get collection fee info

`POST /openapi/v1/collection/fee`

This endpoint can be used to fetch collection fee information from the system

## Request body

- CollectionFeeReq — Collection Fee
  - `chain` 'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink', required — Chain Name
  - `data` CollectionItem[]
    - `contractAddress` string, required — Asset contract address

## Response `200`

OK

- ApiResponseCollectionFeeList
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` CollectionFeeList — CollectionFeeInfo response
    - `feeList` FeeData[]
      - `contractAddress` string — Asset contract address.
      - `royaltyFeeAddress` string — Royalty address.
      - `royaltyFeePoints` integer — Royalty.
      - `protocolFeeAddress` string — Platform fee address.
      - `protocolFeePoints` integer — Platform fee.
      - `standard` string
      - `market` string
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/element/apis/element-open-api.md) · [All operations](https://skmtc.net/element/apis/element-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/element/element-open-api/revisions/fa83ac7feb23/schema)
