Skip to content

Commit 316ab63

Browse files
docs: added examples for Search and Transaction API's (#1247)
1 parent ab918d7 commit 316ab63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ paths:
924924
in: path
925925
description: Contract identifier formatted as `<contract_address>.<contract_name>`
926926
required: true
927+
example: SP3K8BC0PPEVCV7NZ6QSRWPQ2JE9E5B6N3PA0KBR9.staking-helper
927928
schema:
928929
type: string
929930
- name: unanchored
@@ -1910,6 +1911,7 @@ paths:
19101911
- in: path
19111912
name: id
19121913
required: true
1914+
example: 0xcf8b233f19f6c07d2dc1963302d2436efd36e9afac127bf6582824a13961c06d
19131915
schema:
19141916
type: string
19151917
description: The hex hash string for a block or transaction, account address, or contract address
@@ -2832,7 +2834,7 @@ paths:
28322834
in: path
28332835
description: Height of block
28342836
required: true
2835-
example: 35000
2837+
example: 69057
28362838
schema:
28372839
type: integer
28382840
- name: limit
@@ -2880,6 +2882,7 @@ paths:
28802882
in: path
28812883
description: Transactions for the address
28822884
required: true
2885+
example: SP197DVH8KTJGX4STM61QN0WJV8Y9QJWXV83ZGNR9
28832886
schema:
28842887
type: string
28852888
- name: limit

0 commit comments

Comments
 (0)