change endpoint to fix fp

patch-1
Dhiyaneshwaran 2023-10-02 22:28:04 +05:30 committed by GitHub
parent 4572b7c0a7
commit 8ccee371e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -13,21 +13,20 @@ info:
self-contained: true self-contained: true
http: http:
- method: POST - raw:
path: - |
- "https://api-eu1.tatum.io/v3/blockchain/node/ETH/{{token}}" GET https://api.tatum.io/v3/tatum/version HTTP/1.1
headers: Host: api.tatum.io
Content-Type: application/json x-api-key: {{token}}
body: "{\"jsonrpc\":\"2.0\",\"method\":\"web3_clientVersion\",\"params\":[ ],\"id\":1}"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
part: body part: body
words: words:
- '"result":' - '"baseCommit":'
- '"jsonrpc":' - '"planName":'
- 'Geth' - '"creditLimit":'
condition: and condition: and
- type: word - type: word