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} \
  --header 'X-Signature: <api-key>'
{
  "ledgerId": "BTC",
  "ledgerAmount": "1"
}

Authorizations

X-Signature
string
header
required

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"