2022-01-04 19:40:09 +00:00
|
|
|
id: api-blockfrost
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Blockfrost API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Interaction with the Cardano mainnet and several testnets
|
2022-01-04 19:40:09 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.blockfrost.io/
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/blockfrost
|
2022-01-04 19:40:09 +00:00
|
|
|
tags: token-spray,blockfrost
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET https://cardano-mainnet.blockfrost.io/api/v0/ HTTP/1.1
|
|
|
|
Host: cardano-mainnet.blockfrost.io
|
|
|
|
project_id: {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"url":'
|
|
|
|
- '"version":'
|
|
|
|
condition: and
|