Skip to main content
Glama

Tatum MCP Server

Official

get_blockchain_fee

Retrieve the recommended fee or gas price for a blockchain in satoshis per byte. Supported blockchains include Bitcoin, Dogecoin, Ethereum, and Litecoin. Optimize transaction costs with accurate fee estimation.

Instructions

[fee_estimation] 1 credit per API call Get the recommended fee/gas price for a blockchain. Fee is in satoshis(meaning currency(BTC, DOGE,... / 100 000 000) per byte This API is supported for the following blockchains: Bitcoin Dogecoin Ethereum Litecoin

Input Schema

NameRequiredDescriptionDefault
chainYesChain

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "Chain", "enum": [ "ETH", "BTC", "LTC", "DOGE" ], "example": "ETH", "type": "string" } }, "required": [ "chain", "chain" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tatumio/tatum-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server