How much transaction fees are taken by bitcore for API use?

2

If I am using the API of bitcore.io and create transactions, how much transaction fees are taken by Bitcore?

I couldn't find any description in their documentation.

Codebrekers

Posted 2017-10-12T10:30:15.137

Reputation: 137

I've edited the tags, please note that Bitcoin Core and bitcore are two separate projects.Murch 2017-10-12T12:29:58.603

Answers

2

Bitcore is open source software provided at no charge, so there is no fee you have to pay to the BitCore software authors.

When creating a Bitcoin transaction, it is highly recommend that you pay a fee to Bitcoin miners to encourage them to include your transaction in a block. How much fee you pay is optional, and there are a number of fee estimation services that will recommend a fee for you. See also other questions on Bitcoin StackExchange for more information about transaction fees in general.

David A. Harding

Posted 2017-10-12T10:30:15.137

Reputation: 10 154