BuyCoins API Guide
Search…
BuyCoins API Guide
Introduction
Tools and libraries
Rate Limits
GraphQL Basics
GraphQL: Endpoints & Schema
Authentication
Global Object Identification
Naira Token Account
Sendcash Pay Deposit
Withdrawing Naira
Orderbook Trading
Introduction
Glossary
Stream Orderbook
Post Limit Order
Post Market Order
Get Orders
Cancel Order
Get Exchange Rate
Placing Orders (DEPRECATED)
Buy
Sell
Sending
Network Fees
Send
Send Offchain
Account Balances
Limits
Receiving
Create Address
Confirmations
Webhooks
Introduction
Verification
Events
P2P Trading (Deprecated)
Introduction
Post Limit Order
Post Market Order
Get Orders
Get Market Book
Powered By
GitBook
Network Fees
How to get estimated network fees before sending
The
getEstimatedNetworkFee
query estimates network fees. This will show you how much you're likely to be charged in network fees to send cryptocurrency to an external address.
1
query
{
2
getEstimatedNetworkFee
(
cryptocurrency
:
bitcoin
,
amount
:
0.01
)
{
3
estimatedFee
4
total
5
}
6
}
Copied!
Placing Orders (DEPRECATED) - Previous
Sell
Next - Sending
Send
Last modified
2yr ago
Copy link