Create api-blockchain.yaml

patch-1
Muhammad Daffa 2021-12-22 19:45:31 +07:00 committed by GitHub
parent 015f19a596
commit be2a7da5f9
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