How the priority parameter works

The priority parameter is available for Bitcoin, Ethereum, ERC-20 and Litecoin. It's available both in the create and estimate endpoint.

Like the name hints, it's meant to make make the transactions faster, though the higher the priority, the higher the network fee.

Each cryptocurrency/network have their sets of priorities.

Bitcoin

With Bitcoin this represents confirmation targets, which means it's calculated based on current network fees to be confirmed within X number of blocks, number of blocks for each are:

Enum:Description
fast10
default25
economic75
x-economic125
xx-economic200
xxx-economic300
xxxx-economic500
xxxxx-economic1000

Ethereum

With Ethereum, these values are based on gas price estimation:

Enum:Description
fast100%
default100%
economic95%
x-economic90%
xx-economic85%
xxx-economic80%
xxxx-economic75%

ERC-20 Tokens

Like with Ethereum, with ERC-20 Tokens the values are based on gas price estimation:

Enum:Description
fast120%
default100%
economic95%
x-economic90%
xx-economic85%
xxx-economic80%
xxxx-economic75%

Litecoin

Like with Bitcoin, these represent confirmation targets, which means it's calculated based on current network fees to be confirmed within X number of blocks, number of blocks for each are:

Enum:Description
fast10
default25
economic50

Was this article helpful?

1 out of 1 liked this article

Still need help? Message Us