Update fees endpoints

This commit is contained in:
hunicus 2022-01-12 10:39:20 -05:00
parent 10df6985fc
commit 9ac3c420eb
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -2103,20 +2103,20 @@ export class ApiDocsComponent implements OnInit {
curl: [],
response: `[
{
blockSize: 5011,
blockVSize: 1530.25,
nTx: 1,
totalFees: 288,
medianFee: 0.1882045417415455,
blockSize: 23782,
blockVSize: 20457.25,
nTx: 3,
totalFees: 2089,
medianFee: 0.10163043478260869,
feeRange: [
0.1882045417415455,
0.1882045417415455,
0.1882045417415455,
0.1882045417415455,
0.1882045417415455,
0.1882045417415455,
0.1882045417415455,
0.1882045417415455
0.1,
0.1,
0.1,
0.10163043478260869,
0.10163043478260869,
0.11385199240986717,
0.11385199240986717,
0.11385199240986717
]
}
]`