change endpoint to fix fp
parent
4572b7c0a7
commit
8ccee371e6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue