---
title: "Get creation fee"
method: GET
path: "/evm/rh/creation-fee"
tags: ["Robinhood Chain"]
---

# Get creation fee

`GET /evm/rh/creation-fee`

Get the current token creation fee on the Bags V2 factory on Robinhood Chain.

## Response `200`

Successfully retrieved creation fee

- object
  - `success` boolean, required
  - `response` object
    - `creationFeeWei` string, required — Current token creation fee on the V2 factory (wei), as string to support bigint.

## Other responses

- `400` — Bad request - Invalid request
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.net/bags/apis/bags-public-api-v2.md) · [All operations](https://skmtc.net/bags/apis/bags-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bags/bags-public-api-v2/revisions/4a14b82cd39d/schema)
