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
Copy file name to clipboardExpand all lines: docs/openapi.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -869,7 +869,7 @@ paths:
869
869
summary: Get recent blocks
870
870
deprecated: true
871
871
description: |
872
-
**NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks).
872
+
**NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks).
873
873
874
874
Retrieves a list of recently mined blocks
875
875
@@ -915,7 +915,7 @@ paths:
915
915
deprecated: true
916
916
summary: Get block by hash
917
917
description: |
918
-
**NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block).
918
+
**NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block).
919
919
920
920
Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block ('get_block_list' API) to get your block details.
921
921
tags:
@@ -949,7 +949,7 @@ paths:
949
949
deprecated: true
950
950
summary: Get block by height
951
951
description: |
952
-
**NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block).
952
+
**NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block).
953
953
954
954
Retrieves block details of a specific block at a given block height
955
955
tags:
@@ -983,7 +983,7 @@ paths:
983
983
summary: Get block by burnchain block hash
984
984
deprecated: true
985
985
description: |
986
-
**NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks).
986
+
**NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks).
987
987
988
988
Retrieves block details of a specific block for a given burnchain block hash
989
989
tags:
@@ -1018,7 +1018,7 @@ paths:
1018
1018
summary: Get block by burnchain height
1019
1019
deprecated: true
1020
1020
description: |
1021
-
**NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks).
1021
+
**NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks).
1022
1022
1023
1023
Retrieves block details of a specific block for a given burn chain height
1024
1024
tags:
@@ -3009,7 +3009,7 @@ paths:
3009
3009
operationId: get_transactions_by_block_hash
3010
3010
summary: Transactions by block hash
3011
3011
description: |
3012
-
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block).
3012
+
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block).
3013
3013
3014
3014
Retrieves a list of all transactions within a block for a given block hash.
3015
3015
tags:
@@ -3052,7 +3052,7 @@ paths:
3052
3052
operationId: get_transactions_by_block_height
3053
3053
summary: Transactions by block height
3054
3054
description: |
3055
-
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block).
3055
+
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block).
3056
3056
3057
3057
Retrieves all transactions within a block at a given height
3058
3058
tags:
@@ -3358,7 +3358,7 @@ paths:
3358
3358
summary: Fetch fee rate
3359
3359
deprecated: true
3360
3360
description: |
3361
-
**NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](#operation/post_fee_transaction).
3361
+
**NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](/api/get-approximate-fees-for-a-given-transaction).
0 commit comments