Fees
Network Costs · Public
Current blockchain fees for every supported chain.
The Fees API surfaces the live network fee CoinPayments will apply when relaying a withdrawal / spend request. Use it to budget transactions, present accurate quotes to customers, and avoid Insufficient-Funds rejections.
What this API does
No auth requiredPer-blockchain fees
Quote the current network fee CoinPayments charges to relay a send for any supported chain.
Learn more
Token-aware quoting
Tokens inherit fees from their base chain — pass the coinId:contractAddress format to get the right answer.
Learn more
Pre-flight cost estimates
Subtract fee from balance before a withdraw to avoid Insufficient Funds errors at submit time.
Learn more
How it works
One id, one feeRequest shape
Send a GET to /api/v2/fees/blockchain/{id} where id is a numeric currency id or token id.
- Native/fees/blockchain/1BTC fee
- Token/fees/blockchain/4:0xdac17f958d2ee523…USDT-ERC20
The response is a single decimal number representing the fee in the currency's smallest unit.
Fees move with the network
Quoted fees reflect the chain's current gas/congestion. Cache sparingly — for high-value sends, re-fetch right before submitting the spend request so your buffer stays accurate.
Where to next?
Pick the most useful next step.
