Merge pull request #3399 from daffainfo/patch-288

Create api-block.yaml
patch-1
Prince Chaddha 2021-12-22 18:17:14 +05:30 committed by GitHub
commit cf5db1c2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: api-block
info:
name: block.io API Test
author: daffainfo
severity: info
reference: https://block.io/docs/basic
tags: token-spray,block
self-contained: true
requests:
- method: GET
path:
- "https://block.io/api/v2/get_balance/?api_key={{token}}"
matchers:
- type: word
part: body
words:
- '"network"'
- '"available_balance"'
- '"pending_received_balance"'
condition: and