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: [],
|
curl: [],
|
||||||
response: `[
|
response: `[
|
||||||
{
|
{
|
||||||
blockSize: 5011,
|
blockSize: 23782,
|
||||||
blockVSize: 1530.25,
|
blockVSize: 20457.25,
|
||||||
nTx: 1,
|
nTx: 3,
|
||||||
totalFees: 288,
|
totalFees: 2089,
|
||||||
medianFee: 0.1882045417415455,
|
medianFee: 0.10163043478260869,
|
||||||
feeRange: [
|
feeRange: [
|
||||||
0.1882045417415455,
|
0.1,
|
||||||
0.1882045417415455,
|
0.1,
|
||||||
0.1882045417415455,
|
0.1,
|
||||||
0.1882045417415455,
|
0.10163043478260869,
|
||||||
0.1882045417415455,
|
0.10163043478260869,
|
||||||
0.1882045417415455,
|
0.11385199240986717,
|
||||||
0.1882045417415455,
|
0.11385199240986717,
|
||||||
0.1882045417415455
|
0.11385199240986717
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]`
|
]`
|
||||||
|
Loading…
Reference in New Issue
Block a user