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
}
}Returns a set of key-value pairs representing the current network fees of cryptocurrencies against fiat currencies.
Supply the codes of the crypto and fiat currencies you are interested in, and MoonPay will return the relevant 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.
Show child attributes
Successful response — Crypto network fees
The network fee for cryptocurrency for the cryptoCurrencies list in fiat from the fiatCurrencies list.
Crypto currency from the cryptoCurrencies list.
Show child attributes