Merge pull request #3400 from daffainfo/patch-289

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

View File

@ -0,0 +1,25 @@
id: api-blockchain
info:
name: Blockhain API Test
author: daffainfo
severity: info
reference: https://api.blockchain.com/v3/#/
tags: token-spray,blockchain
self-contained: true
requests:
- raw:
- |
GET https://api.blockchain.com/v3/exchange/accounts HTTP/1.1
Host: api.blockchain.com
X-API-Token: {{token}}
matchers:
- type: word
part: body
words:
- '"currency"'
- '"balance"'
- '"available"'
condition: and