You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: added examples to Faucets, fees, fungible tokens and Info API's (#1234)
* Added examples to Faucets, fees, fungible tokens and Info API's
Added examples for burn block, faucets,info,fungible tokens API's
* Removed response 429 and changed an example to mainnet for network block time
* Add enum value for get_network_block_time_by_network API
* Describe max for limit attribute in tokens/ft/metadata api
description: Retrieves block details of a specific block for a given burnchain block hash
@@ -704,6 +705,7 @@ paths:
704
705
required: true
705
706
schema:
706
707
type: number
708
+
example: 744603
707
709
get:
708
710
summary: Get block by burnchain height
709
711
description: Retrieves block details of a specific block for a given burn chain height
@@ -1776,7 +1778,8 @@ paths:
1776
1778
schema:
1777
1779
type: string
1778
1780
enum: [testnet, mainnet]
1779
-
description: Which network to retrieve the target block time of
1781
+
example: mainnet
1782
+
description: the target block time for a given network (testnet, mainnet).
1780
1783
responses:
1781
1784
200:
1782
1785
description: Success
@@ -1800,7 +1803,8 @@ paths:
1800
1803
required: false
1801
1804
schema:
1802
1805
type: number
1803
-
description: The block height at which to query supply details from, if not provided then the latest block height is used
1806
+
example: 200
1807
+
description: Supply details are queried from specified block height. If the block height is not specified, the latest block height is taken as default value.
1804
1808
responses:
1805
1809
200:
1806
1810
description: Success
@@ -1856,7 +1860,8 @@ paths:
1856
1860
required: false
1857
1861
schema:
1858
1862
type: number
1859
-
description: The block height at which to query supply details from, if not provided then the latest block height is used
1863
+
example: 200
1864
+
description: Supply details are queried from specified block height. If the block height is not specified, the latest block height is taken as default value.
0 commit comments