---
title: "POST /balance/estimate-royalty-token-gas-price"
method: POST
path: "/balance/estimate-royalty-token-gas-price"
tags: ["balance"]
---

# POST /balance/estimate-royalty-token-gas-price

`POST /balance/estimate-royalty-token-gas-price`

## Request body

- RoyaltyTokenGasPriceRequest
  - `holders` RoyaltyTokenHolderDTO[]
    - `account` string
    - `friendlyName` string
    - `balance` string
    - `isAdmin` boolean
  - `assetIdentifierType` string
  - `assetIdentifierValue` string
  - `networkName` string

## Response `200`

OK

- RoyaltyTokenGasPriceModel
  - `gasPrice` number, double

---

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