@noditlabs/nodit-mcp-server 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/README.md +46 -1
  2. package/build/spec/reference/arbitrum.yaml +61 -18
  3. package/build/spec/reference/base.yaml +61 -18
  4. package/build/spec/reference/bitcoin.yaml +32 -29
  5. package/build/spec/reference/chiliz.yaml +11047 -0
  6. package/build/spec/reference/dogecoin.yaml +32 -29
  7. package/build/spec/reference/ethereum.yaml +109 -66
  8. package/build/spec/reference/evm-ethereum-debug_traceblockbyhash.yaml +2 -2
  9. package/build/spec/reference/evm-ethereum-debug_traceblockbynumber.yaml +2 -2
  10. package/build/spec/reference/evm-ethereum-debug_tracecall.yaml +2 -2
  11. package/build/spec/reference/evm-ethereum-debug_tracetransaction.yaml +2 -2
  12. package/build/spec/reference/evm-ethereum-eth_blocknumber.yaml +2 -2
  13. package/build/spec/reference/evm-ethereum-eth_call.yaml +2 -2
  14. package/build/spec/reference/evm-ethereum-eth_chainid.yaml +2 -2
  15. package/build/spec/reference/evm-ethereum-eth_createaccesslist.yaml +2 -2
  16. package/build/spec/reference/evm-ethereum-eth_estimategas.yaml +2 -2
  17. package/build/spec/reference/evm-ethereum-eth_feehistory.yaml +2 -2
  18. package/build/spec/reference/evm-ethereum-eth_gasprice.yaml +2 -2
  19. package/build/spec/reference/evm-ethereum-eth_getbalance.yaml +2 -2
  20. package/build/spec/reference/evm-ethereum-eth_getblockbyhash.yaml +2 -2
  21. package/build/spec/reference/evm-ethereum-eth_getblockbynumber.yaml +2 -2
  22. package/build/spec/reference/evm-ethereum-eth_getblockreceipts.yaml +2 -2
  23. package/build/spec/reference/evm-ethereum-eth_getblocktransactioncountbyhash.yaml +2 -2
  24. package/build/spec/reference/evm-ethereum-eth_getblocktransactioncountbynumber.yaml +2 -2
  25. package/build/spec/reference/evm-ethereum-eth_getcode.yaml +2 -2
  26. package/build/spec/reference/evm-ethereum-eth_getfilterchanges.yaml +2 -2
  27. package/build/spec/reference/evm-ethereum-eth_getfilterlogs.yaml +2 -2
  28. package/build/spec/reference/evm-ethereum-eth_getlogs.yaml +2 -2
  29. package/build/spec/reference/evm-ethereum-eth_getproof.yaml +2 -2
  30. package/build/spec/reference/evm-ethereum-eth_getstorageat.yaml +2 -2
  31. package/build/spec/reference/evm-ethereum-eth_gettransactionbyblockhashandindex.yaml +2 -2
  32. package/build/spec/reference/evm-ethereum-eth_gettransactionbyblocknumberandindex.yaml +2 -2
  33. package/build/spec/reference/evm-ethereum-eth_gettransactionbyhash.yaml +2 -2
  34. package/build/spec/reference/evm-ethereum-eth_gettransactioncount.yaml +2 -2
  35. package/build/spec/reference/evm-ethereum-eth_gettransactionreceipt.yaml +2 -2
  36. package/build/spec/reference/evm-ethereum-eth_getunclebyblockhashandindex.yaml +2 -2
  37. package/build/spec/reference/evm-ethereum-eth_getunclebyblocknumberandindex.yaml +2 -2
  38. package/build/spec/reference/evm-ethereum-eth_getunclecountbyblockhash.yaml +2 -2
  39. package/build/spec/reference/evm-ethereum-eth_getunclecountbyblocknumber.yaml +2 -2
  40. package/build/spec/reference/evm-ethereum-eth_maxpriorityfeepergas.yaml +2 -2
  41. package/build/spec/reference/evm-ethereum-eth_newblockfilter.yaml +2 -2
  42. package/build/spec/reference/evm-ethereum-eth_newfilter.yaml +2 -2
  43. package/build/spec/reference/evm-ethereum-eth_newpendingtransactionfilter.yaml +2 -2
  44. package/build/spec/reference/evm-ethereum-eth_sendrawtransaction.yaml +2 -2
  45. package/build/spec/reference/evm-ethereum-eth_uninstallfilter.yaml +2 -2
  46. package/build/spec/reference/evm-ethereum-net_listening.yaml +2 -2
  47. package/build/spec/reference/evm-ethereum-net_version.yaml +2 -2
  48. package/build/spec/reference/evm-ethereum-trace_block.yaml +2 -2
  49. package/build/spec/reference/evm-ethereum-trace_call.yaml +2 -2
  50. package/build/spec/reference/evm-ethereum-trace_filter.yaml +2 -2
  51. package/build/spec/reference/evm-ethereum-trace_get.yaml +2 -2
  52. package/build/spec/reference/evm-ethereum-trace_replayblocktransactions.yaml +2 -2
  53. package/build/spec/reference/evm-ethereum-trace_replaytransaction.yaml +2 -2
  54. package/build/spec/reference/evm-ethereum-trace_transaction.yaml +2 -2
  55. package/build/spec/reference/evm-ethereum-web3_clientversion.yaml +2 -2
  56. package/build/spec/reference/evm-ethereum-web3_sha3.yaml +2 -2
  57. package/build/spec/reference/kaia.yaml +61 -18
  58. package/build/spec/reference/luniverse.yaml +61 -18
  59. package/build/spec/reference/optimism.yaml +61 -18
  60. package/build/spec/reference/polygon.yaml +61 -18
  61. package/build/spec/reference/tron.yaml +1 -12
  62. package/build/spec/reference/web3-data-api.yaml +140 -51
  63. package/build/spec/reference/webhook.yaml +6 -3
  64. package/build/spec/reference/xrpl.yaml +2 -2
  65. package/build/tools/api-categories.js +3 -2
  66. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A Model Context Protocol (MCP) server that connects AI agents and developers to structured, context-ready blockchain data across multiple networks through Nodit's Web3 infrastructure.
4
4
 
5
+ <a href="https://glama.ai/mcp/servers/@noditlabs/nodit-mcp-server">
6
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@noditlabs/nodit-mcp-server/badge" alt="Nodit Server MCP server" />
7
+ </a>
8
+
5
9
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6
10
  [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-green.svg)](https://nodejs.org/)
7
11
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0%2B-blue.svg)](https://www.typescriptlang.org/)
@@ -55,7 +59,7 @@ For detailed API specifications and usage guidelines, please refer to the [Nodit
55
59
  Query detailed Aptos blockchain activities through GraphQL endpoints.
56
60
 
57
61
  - **Supported Networks**
58
- - EVM-Compatible: Ethereum, Arbitrum, Avalanche, Base, Kaia, Optimism, Polygon
62
+ - EVM-Compatible: Ethereum, Arbitrum, Avalanche, Base, Chiliz, Kaia, Optimism, Polygon
59
63
  - Non-EVM: Aptos, Bitcoin, Dogecoin, TRON, XRPL
60
64
 
61
65
 
@@ -174,6 +178,47 @@ export NODIT_API_KEY=your-api-key
174
178
  claude
175
179
  ```
176
180
 
181
+ ## Example Prompts with Nodit MCP
182
+ Once Nodit MCP is connected, you can use natural language to directly query blockchain data from multiple networks.
183
+ The examples below illustrate just a few of the many possibilities — feel free to go beyond them and explore your own use cases.
184
+
185
+ ### 📊 On-chain Activity Monitoring
186
+ ```
187
+ Summarize the recent activity of 0xabc…def across Ethereum and Arbitrum. Include major transactions, token transfers, and NFT interactions over the past 7 days.
188
+ ```
189
+ ```
190
+ What fungible and non-fungible tokens does this wallet hold across Ethereum and Polygon? Include balances and token names.
191
+ ```
192
+ ```
193
+ Analyze the risk profile of wallet 0xabc… based on its recent on-chain behavior.
194
+ ```
195
+
196
+ ### 🧾 Smart Contract & Transaction Analysis
197
+ ```
198
+ Analyze how users interacted with the contract at 0xcontract… on Ethereum over the last week.
199
+ ```
200
+ ```
201
+ Analyze the last 10 blocks on Arbitrum.
202
+ ```
203
+
204
+ ### 🧠 AI Agent Use Cases
205
+ ```
206
+ Based on wallet 0xabc…’s holdings, recommend optimal DeFi strategies across Ethereum and Arbitrum.
207
+ ```
208
+ ```
209
+ Create a daily summary report for 0xdao… including token balances, inflow/outflow, and governance activity.
210
+ ```
211
+
212
+ ### ⚙️ Web3 DApp Development
213
+ ```
214
+ Write TypeScript code using fetch to retrieve all ERC-20 transfers for 0xabc… from Ethereum using Nodit’s Node API.
215
+ ```
216
+ ```
217
+ Build a simple dashboard to visualize how assets have moved in recent XRPL transactions.
218
+ ```
219
+ ```
220
+ Build a dashboard that aggregates blockchain data across multiple chains using Nodit.
221
+ ```
177
222
 
178
223
  ## Scope & Limitations
179
224
 
@@ -1,7 +1,7 @@
1
1
  openapi: 3.1.0
2
2
  info:
3
3
  title: arbitrum
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  servers:
6
6
  - url: https://web3.nodit.io/v1
7
7
  components:
@@ -6469,6 +6469,12 @@ paths:
6469
6469
  type: string
6470
6470
  description: 출금한 수량을 나타내는 필드입니다. 10진수 문자열 형태로 제공됩니다.
6471
6471
  pattern: ^[0-9]+$
6472
+ requestHash:
6473
+ type: string
6474
+ description: >-
6475
+ 블록 헤더에 포함된 필드로, 해당 블록에 있는 모든 request들의 순서와 내용을 암호학적으로
6476
+ 커밋(commit)한 해시값입니다. 이를 통해 전체 데이터를 다운로드하지 않아도 블록 내 request
6477
+ 목록의 무결성을 검증할 수 있습니다.
6472
6478
  example:
6473
6479
  hash: >-
6474
6480
  0x91c90676cab257a59cd956d7cb0bceb9b1a71d79755c23c7277a0697ccfaf8c4
@@ -8170,17 +8176,27 @@ paths:
8170
8176
  pattern: ^0[xX][0-9a-fA-F]{40}$
8171
8177
  type:
8172
8178
  type: string
8173
- description: >-
8179
+ description: >
8174
8180
  트랜잭션의 타입을 나타내는 필드이며, 블록 시점에 따라 이 필드가 제공되지 않을 수 있습니다.
8175
8181
  10진수 문자열 형태로 제공됩니다.
8176
8182
 
8177
- 0: Legacy transaction, EIP-1559 이전의 트랜잭션
8183
+ 0: 값은 표준 이더리움 트랜잭션을 나타냅니다. 이는 EIP-2718 적용 이전의 전통적인
8184
+ 트랜잭션 형식입니다.
8185
+
8186
+ 1: EIP-2930에서 도입된 'Access List' 트랜잭션을 나타냅니다. 이 유형의
8187
+ 트랜잭션은 가스 비용을 최적화하기 위해 특정 주소와 저장소 슬롯에 대한 접근 목록을 포함합니다.
8178
8188
 
8179
- 1: Access List transaction, EIP-2930에 의해 도입된 접근 목록
8180
- 트랜잭션
8189
+ 2: EIP-1559에서 도입된 'Fee Market' 트랜잭션을 나타냅니다. 유형의
8190
+ 트랜잭션은 가변적인 가스 비용 모델을 사용하며, maxFeePerGas와
8191
+ maxPriorityFeePerGas 필드를 포함합니다.
8181
8192
 
8182
- 2: Fee market transaction, EIP-1559에 의해 도입된 수수료 시장
8183
- 트랜잭션
8193
+ 3: EIP-4844에서 도입된 ‘Blob Transaction’을 나타냅니다. 유형의
8194
+ 트랜잭션은 본문과 별도로 추가적인 blob 데이터를 포함하며, 롤업(Rollup) 등 Layer2
8195
+ 솔루션과 연계하여 데이터 가용성을 개선하고 확장성을 지원합니다.
8196
+
8197
+ 4: EIP-7702에서 도입된 확장된 트랜잭션 유형으로, 서명/승인 정보를 담은
8198
+ authorizationList 필드를 포함합니다. 이 필드는 다중 서명 또는 추가 인증 절차가
8199
+ 필요한 경우 사용됩니다.
8184
8200
  pattern: ^[0-9]+$
8185
8201
  status:
8186
8202
  type: string
@@ -8222,6 +8238,44 @@ paths:
8222
8238
  timeStamp:
8223
8239
  type: integer
8224
8240
  description: 트랜잭션이 생성된 시간을 나타내는 필드입니다. 이 필드는 UNIX 타임스탬프로 제공됩니다.
8241
+ authorizationList:
8242
+ type: array
8243
+ description: >-
8244
+ 이 필드는 트랜잭션의 서명 및 승인 정보를 담은 목록입니다. 각 항목은 서명 검증에 필요한 체인
8245
+ ID, nonce, 서명값 등을 포함하며, EIP-7702 적용 이후부터 제공됩니다. 네트워크에
8246
+ 따라 지원 여부와 적용 시점이 달라질 수 있으며, 특정 트랜잭션 타입(예: type이 4
8247
+ 이상)에서만 사용되므로 트랜잭션 유형에 따라 해당 필드가 없을 수도 있습니다.
8248
+ items:
8249
+ type: object
8250
+ properties:
8251
+ chainId:
8252
+ type: string
8253
+ description: >-
8254
+ 해당 승인 정보가 유효한 체인의 ID를 나타내며, 서명 검증 및 리플레이 공격 방지에
8255
+ 활용됩니다. 이 필드는 10진수 문자열 형태로 표현합니다.
8256
+ nonce:
8257
+ type: string
8258
+ description: >-
8259
+ 이 승인 항목의 고유성을 보장하고, 리플레이 공격을 방지하기 위한 nonce 값입니다.
8260
+ 이 필드는 10진수 문자열 형태로 표현합니다.
8261
+ address:
8262
+ type: string
8263
+ description: 승인(서명)을 제공하는 계정의 주소입니다.
8264
+ yParity:
8265
+ type: string
8266
+ description: >-
8267
+ 서명된 공개키의 y좌표 선택을 위한 1비트 패리티 값입니다. 보통 0 또는 1이며,
8268
+ 공개키 복원에 사용됩니다. 이 필드는 10진수 문자열 형태로 표현합니다.
8269
+ r:
8270
+ type: string
8271
+ description: >-
8272
+ ECDSA 서명의 첫 번째 값으로, 서명에 사용된 난수와 곡선 연산을 통해 생성됩니다.
8273
+ 공개키 복원 및 서명 검증에 사용됩니다.
8274
+ s:
8275
+ type: string
8276
+ description: >-
8277
+ ECDSA 서명의 두 번째 값으로, 메시지 해시와 개인 키를 기반으로 계산됩니다.
8278
+ 서명의 유효성을 검증하는 데 필수입니다.
8225
8279
  - type: object
8226
8280
  properties:
8227
8281
  logs:
@@ -10923,17 +10977,6 @@ paths:
10923
10977
  description: >+
10924
10978
  특정 주소의 통계 정보를 조회합니다. 계정 주소의 트랜잭션, 전송 이벤트, 자산 등의 정보를 통해서 계정의 활동을 분석할 수
10925
10979
  있습니다.
10926
-
10927
-
10928
- > 🚧 Internal Transaction Count에 null이 표기되나요?
10929
-
10930
- >
10931
-
10932
- > transactionCounts.internal 필드는 Ethereum Mainnet, Arbitrum Mainnet,
10933
- Base Mainnet, Kaia Mainnet, TheBalance Mainnet에서만 지원됩니다. 그 외에 다른 네트워크에서는
10934
- null로 표기됩니다.
10935
-
10936
-
10937
10980
 
10938
10981
  summary: Get Account Stats
10939
10982
  operationId: arbitrum-getAccountStats
@@ -1,7 +1,7 @@
1
1
  openapi: 3.1.0
2
2
  info:
3
3
  title: base
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  servers:
6
6
  - url: https://web3.nodit.io/v1
7
7
  components:
@@ -6469,6 +6469,12 @@ paths:
6469
6469
  type: string
6470
6470
  description: 출금한 수량을 나타내는 필드입니다. 10진수 문자열 형태로 제공됩니다.
6471
6471
  pattern: ^[0-9]+$
6472
+ requestHash:
6473
+ type: string
6474
+ description: >-
6475
+ 블록 헤더에 포함된 필드로, 해당 블록에 있는 모든 request들의 순서와 내용을 암호학적으로
6476
+ 커밋(commit)한 해시값입니다. 이를 통해 전체 데이터를 다운로드하지 않아도 블록 내 request
6477
+ 목록의 무결성을 검증할 수 있습니다.
6472
6478
  example:
6473
6479
  hash: >-
6474
6480
  0x91c90676cab257a59cd956d7cb0bceb9b1a71d79755c23c7277a0697ccfaf8c4
@@ -8170,17 +8176,27 @@ paths:
8170
8176
  pattern: ^0[xX][0-9a-fA-F]{40}$
8171
8177
  type:
8172
8178
  type: string
8173
- description: >-
8179
+ description: >
8174
8180
  트랜잭션의 타입을 나타내는 필드이며, 블록 시점에 따라 이 필드가 제공되지 않을 수 있습니다.
8175
8181
  10진수 문자열 형태로 제공됩니다.
8176
8182
 
8177
- 0: Legacy transaction, EIP-1559 이전의 트랜잭션
8183
+ 0: 값은 표준 이더리움 트랜잭션을 나타냅니다. 이는 EIP-2718 적용 이전의 전통적인
8184
+ 트랜잭션 형식입니다.
8185
+
8186
+ 1: EIP-2930에서 도입된 'Access List' 트랜잭션을 나타냅니다. 이 유형의
8187
+ 트랜잭션은 가스 비용을 최적화하기 위해 특정 주소와 저장소 슬롯에 대한 접근 목록을 포함합니다.
8178
8188
 
8179
- 1: Access List transaction, EIP-2930에 의해 도입된 접근 목록
8180
- 트랜잭션
8189
+ 2: EIP-1559에서 도입된 'Fee Market' 트랜잭션을 나타냅니다. 유형의
8190
+ 트랜잭션은 가변적인 가스 비용 모델을 사용하며, maxFeePerGas와
8191
+ maxPriorityFeePerGas 필드를 포함합니다.
8181
8192
 
8182
- 2: Fee market transaction, EIP-1559에 의해 도입된 수수료 시장
8183
- 트랜잭션
8193
+ 3: EIP-4844에서 도입된 ‘Blob Transaction’을 나타냅니다. 유형의
8194
+ 트랜잭션은 본문과 별도로 추가적인 blob 데이터를 포함하며, 롤업(Rollup) 등 Layer2
8195
+ 솔루션과 연계하여 데이터 가용성을 개선하고 확장성을 지원합니다.
8196
+
8197
+ 4: EIP-7702에서 도입된 확장된 트랜잭션 유형으로, 서명/승인 정보를 담은
8198
+ authorizationList 필드를 포함합니다. 이 필드는 다중 서명 또는 추가 인증 절차가
8199
+ 필요한 경우 사용됩니다.
8184
8200
  pattern: ^[0-9]+$
8185
8201
  status:
8186
8202
  type: string
@@ -8222,6 +8238,44 @@ paths:
8222
8238
  timeStamp:
8223
8239
  type: integer
8224
8240
  description: 트랜잭션이 생성된 시간을 나타내는 필드입니다. 이 필드는 UNIX 타임스탬프로 제공됩니다.
8241
+ authorizationList:
8242
+ type: array
8243
+ description: >-
8244
+ 이 필드는 트랜잭션의 서명 및 승인 정보를 담은 목록입니다. 각 항목은 서명 검증에 필요한 체인
8245
+ ID, nonce, 서명값 등을 포함하며, EIP-7702 적용 이후부터 제공됩니다. 네트워크에
8246
+ 따라 지원 여부와 적용 시점이 달라질 수 있으며, 특정 트랜잭션 타입(예: type이 4
8247
+ 이상)에서만 사용되므로 트랜잭션 유형에 따라 해당 필드가 없을 수도 있습니다.
8248
+ items:
8249
+ type: object
8250
+ properties:
8251
+ chainId:
8252
+ type: string
8253
+ description: >-
8254
+ 해당 승인 정보가 유효한 체인의 ID를 나타내며, 서명 검증 및 리플레이 공격 방지에
8255
+ 활용됩니다. 이 필드는 10진수 문자열 형태로 표현합니다.
8256
+ nonce:
8257
+ type: string
8258
+ description: >-
8259
+ 이 승인 항목의 고유성을 보장하고, 리플레이 공격을 방지하기 위한 nonce 값입니다.
8260
+ 이 필드는 10진수 문자열 형태로 표현합니다.
8261
+ address:
8262
+ type: string
8263
+ description: 승인(서명)을 제공하는 계정의 주소입니다.
8264
+ yParity:
8265
+ type: string
8266
+ description: >-
8267
+ 서명된 공개키의 y좌표 선택을 위한 1비트 패리티 값입니다. 보통 0 또는 1이며,
8268
+ 공개키 복원에 사용됩니다. 이 필드는 10진수 문자열 형태로 표현합니다.
8269
+ r:
8270
+ type: string
8271
+ description: >-
8272
+ ECDSA 서명의 첫 번째 값으로, 서명에 사용된 난수와 곡선 연산을 통해 생성됩니다.
8273
+ 공개키 복원 및 서명 검증에 사용됩니다.
8274
+ s:
8275
+ type: string
8276
+ description: >-
8277
+ ECDSA 서명의 두 번째 값으로, 메시지 해시와 개인 키를 기반으로 계산됩니다.
8278
+ 서명의 유효성을 검증하는 데 필수입니다.
8225
8279
  - type: object
8226
8280
  properties:
8227
8281
  logs:
@@ -10923,17 +10977,6 @@ paths:
10923
10977
  description: >+
10924
10978
  특정 주소의 통계 정보를 조회합니다. 계정 주소의 트랜잭션, 전송 이벤트, 자산 등의 정보를 통해서 계정의 활동을 분석할 수
10925
10979
  있습니다.
10926
-
10927
-
10928
- > 🚧 Internal Transaction Count에 null이 표기되나요?
10929
-
10930
- >
10931
-
10932
- > transactionCounts.internal 필드는 Ethereum Mainnet, Arbitrum Mainnet,
10933
- Base Mainnet, Kaia Mainnet, TheBalance Mainnet에서만 지원됩니다. 그 외에 다른 네트워크에서는
10934
- null로 표기됩니다.
10935
-
10936
-
10937
10980
 
10938
10981
  summary: Get Account Stats
10939
10982
  operationId: base-getAccountStats
@@ -1,7 +1,7 @@
1
1
  openapi: 3.1.0
2
2
  info:
3
3
  title: bitcoin
4
- version: 1.2.6
4
+ version: 1.2.8
5
5
  servers:
6
6
  - url: https://web3.nodit.io/v1
7
7
  components:
@@ -313,7 +313,7 @@ paths:
313
313
  default: '2025-01-31T00:00:00+00:00'
314
314
  required:
315
315
  - accountAddress
316
- - &ref_14
316
+ - &ref_11
317
317
  type: object
318
318
  properties:
319
319
  page:
@@ -1031,7 +1031,7 @@ paths:
1031
1031
  type: array
1032
1032
  items:
1033
1033
  allOf:
1034
- - &ref_11
1034
+ - &ref_12
1035
1035
  type: object
1036
1036
  required:
1037
1037
  - id
@@ -1121,7 +1121,7 @@ paths:
1121
1121
  example: 1716177005
1122
1122
  - type: object
1123
1123
  properties:
1124
- vin: &ref_12
1124
+ vin: &ref_13
1125
1125
  type: object
1126
1126
  required:
1127
1127
  - index
@@ -1209,7 +1209,7 @@ paths:
1209
1209
  items:
1210
1210
  type: string
1211
1211
  example: 3045022100b228e33e8b62f825...
1212
- vout: &ref_13
1212
+ vout: &ref_14
1213
1213
  type: object
1214
1214
  required:
1215
1215
  - index
@@ -1349,23 +1349,26 @@ paths:
1349
1349
  schema:
1350
1350
  additionalProperties: false
1351
1351
  type: object
1352
- properties:
1353
- accountAddress:
1354
- type: string
1355
- description: >-
1356
- 조회하고자 하는 계정의 주소를 지정하는 파라미터입니다. 0x로 시작하는 40자리의 16진수 문자열 형태로
1357
- 입력할 수 있습니다.
1358
- pattern: >-
1359
- ^(1[a-km-zA-HJ-NP-Z1-9]{25,33}|3[a-km-zA-HJ-NP-Z1-9]{25,33}|bc1q[a-z0-9]{38,59}|bc1p[a-z0-9]{58})$
1360
- example: bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq
1361
- default: 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
1362
- relation: *ref_6
1363
- fromBlock: *ref_7
1364
- toBlock: *ref_8
1365
- fromDate: *ref_9
1366
- toDate: *ref_10
1367
- required:
1368
- - accountAddress
1352
+ allOf:
1353
+ - type: object
1354
+ properties:
1355
+ accountAddress:
1356
+ type: string
1357
+ description: >-
1358
+ 조회하고자 하는 계정의 주소를 지정하는 파라미터입니다. 0x로 시작하는 40자리의 16진수 문자열
1359
+ 형태로 입력할 수 있습니다.
1360
+ pattern: >-
1361
+ ^(1[a-km-zA-HJ-NP-Z1-9]{25,33}|3[a-km-zA-HJ-NP-Z1-9]{25,33}|bc1q[a-z0-9]{38,59}|bc1p[a-z0-9]{58})$
1362
+ example: bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq
1363
+ default: 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
1364
+ relation: *ref_6
1365
+ fromBlock: *ref_7
1366
+ toBlock: *ref_8
1367
+ fromDate: *ref_9
1368
+ toDate: *ref_10
1369
+ required:
1370
+ - accountAddress
1371
+ - *ref_11
1369
1372
  responses:
1370
1373
  '200':
1371
1374
  description: Successful Response
@@ -1399,11 +1402,11 @@ paths:
1399
1402
  description: 조회된 데이터의 목록을 나타내는 필드입니다.
1400
1403
  items:
1401
1404
  allOf:
1402
- - *ref_11
1405
+ - *ref_12
1403
1406
  - type: object
1404
1407
  properties:
1405
- vin: *ref_12
1406
- vout: *ref_13
1408
+ vin: *ref_13
1409
+ vout: *ref_14
1407
1410
  example:
1408
1411
  rpp: 10
1409
1412
  page: 1
@@ -1582,11 +1585,11 @@ paths:
1582
1585
  type: array
1583
1586
  items:
1584
1587
  allOf:
1585
- - *ref_11
1588
+ - *ref_12
1586
1589
  - type: object
1587
1590
  properties:
1588
- vin: *ref_12
1589
- vout: *ref_13
1591
+ vin: *ref_13
1592
+ vout: *ref_14
1590
1593
  '400': *ref_1
1591
1594
  '401': *ref_2
1592
1595
  '403': *ref_3
@@ -1642,7 +1645,7 @@ paths:
1642
1645
  default: 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
1643
1646
  required:
1644
1647
  - accountAddress
1645
- - *ref_14
1648
+ - *ref_11
1646
1649
  responses:
1647
1650
  '200':
1648
1651
  description: Successful Response