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
http:
- method: POST
path:
- "https://api-eu1.tatum.io/v3/blockchain/node/ETH/{{token}}"
headers:
Content-Type: application/json
body: "{\"jsonrpc\":\"2.0\",\"method\":\"web3_clientVersion\",\"params\":[ ],\"id\":1}"
- raw:
- |
GET https://api.tatum.io/v3/tatum/version HTTP/1.1
Host: api.tatum.io
x-api-key: {{token}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"result":'
- '"jsonrpc":'
- 'Geth'
- '"baseCommit":'
- '"planName":'
- '"creditLimit":'
condition: and
- type: word