mirror of
https://github.com/mempool/mempool.git
synced 2024-12-27 08:44:26 +01:00
Update API documentation
This commit is contained in:
parent
c402422682
commit
f9bcdfb1e5
@ -3049,7 +3049,6 @@ export const restApiDocsData = [
|
||||
"slug": "antpool"
|
||||
},
|
||||
...
|
||||
"oldestIndexedBlockTimestamp": 1231006505,
|
||||
"blockCount": 1005,
|
||||
"lastEstimatedHashrate": 230086716765559200000
|
||||
}`
|
||||
@ -3080,7 +3079,6 @@ export const restApiDocsData = [
|
||||
},
|
||||
...
|
||||
],
|
||||
"oldestIndexedBlockTimestamp": 1296688602,
|
||||
"blockCount": 2226180,
|
||||
"lastEstimatedHashrate": 602244182177430.8
|
||||
}`
|
||||
@ -4025,9 +4023,7 @@ export const restApiDocsData = [
|
||||
esModule: [],
|
||||
commonJS: [],
|
||||
curl: [`1m`],
|
||||
response: `{
|
||||
"oldestIndexedBlockTimestamp": 1571434851,
|
||||
"blockFeeRates": [
|
||||
response: `[
|
||||
{
|
||||
"avgHeight": 732152,
|
||||
"timestamp": 1650132959,
|
||||
@ -4062,16 +4058,13 @@ export const restApiDocsData = [
|
||||
"avgFee_100": 251
|
||||
},
|
||||
...
|
||||
]
|
||||
}`
|
||||
]`
|
||||
},
|
||||
codeSampleTestnet: {
|
||||
esModule: [],
|
||||
commonJS: [],
|
||||
curl: [`1m`],
|
||||
response: `{
|
||||
"oldestIndexedBlockTimestamp": 1296688602,
|
||||
"blockFeeRates": [
|
||||
response: `[
|
||||
{
|
||||
"avgHeight": 2196306,
|
||||
"timestamp": 1650360168,
|
||||
@ -4095,16 +4088,14 @@ export const restApiDocsData = [
|
||||
"avgFee_100": 102
|
||||
},
|
||||
...
|
||||
]
|
||||
}`
|
||||
]`
|
||||
},
|
||||
codeSampleSignet: {
|
||||
esModule: [],
|
||||
commonJS: [],
|
||||
curl: [`1m`],
|
||||
response: `{
|
||||
"oldestIndexedBlockTimestamp": 1598918400,
|
||||
"blockFeeRates": [
|
||||
"blockFeeRates": [
|
||||
{
|
||||
"avgHeight": 86620,
|
||||
"timestamp": 1650360010,
|
||||
@ -4128,8 +4119,7 @@ export const restApiDocsData = [
|
||||
"avgFee_100": 1
|
||||
},
|
||||
...
|
||||
]
|
||||
}`
|
||||
]`
|
||||
},
|
||||
codeSampleLiquid: emptyCodeSample,
|
||||
codeSampleLiquidTestnet: emptyCodeSample,
|
||||
|
Loading…
Reference in New Issue
Block a user