Skip to main content
GET
/
v3
/
currencies
/
network_fees
Get Crypto network fees
curl --request GET \
  --url 'https://api.moonpay.com/v3/currencies/network_fees?apiKey='
{
  "BTC": {
    "GBP": 2.18,
    "USD": 2.76
  },
  "ETH": {
    "GBP": 5.14,
    "USD": 6.52
  }
}

Documentation Index

Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt

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

Authorizations

apiKey
string
query
required

Query Parameters

query
object
required

Response

Successful response — Crypto network fees

The network fee for cryptocurrency for the cryptoCurrencies list in fiat from the fiatCurrencies list.

{key}
object

Crypto currency from the cryptoCurrencies list.