mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Update fees endpoints
This commit is contained in:
parent
10df6985fc
commit
9ac3c420eb
@ -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
|
||||
]
|
||||
}
|
||||
]`
|
||||
|
Loading…
Reference in New Issue
Block a user