Fee

Retrieve the minimum fee amount for a transaction.

A blockchain generally charges an optional fee to process a transaction (e.g., Bitcoin transaction fee). This fee is optional, but a transaction with a low fee may not get processed by a blockchain at all. To prevent this, you generally want to pay some amount of fee for the transaction.

For Gluwacoin transactions (eg> USDG, KRWG, NGNG), we charge extra fee on top of the market rate to ensure faster transaction. Any transaction with a fee lower than the minimum fee returned by the fee endpoint will be denied.

For Bitcoin transactions, we return the market rate fee. You may use this fee or use something lower, but please note that your transaction may take a while to be processed by the blockchain.

GET /v1/:currency/Fee

Retrieve the minimum fee amount.

Request

Path Parameters

Response

Fee

Errors

Last updated