Skip to main content
GET
/
v2
/
api
/
core
/
fees
/
{currency}
Get the estimated fee rate by currency
curl --request GET \
  --url https://api.custody.api-zodia.io/v2/api/core/fees/{currency}
{
  "ledgerAmount": "1"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zodia-custody.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

currency
string
required

Currency

Response

OK

ledgerId
enum<string>

Currency

Available options:
BTC,
ETH
ledgerAmount
string

Estimated transaction fee rate per byte (in relevant unit)

Example:

"1"