diff --git a/token-spray/api-alchemy.yaml b/token-spray/api-alchemy.yaml index 6c6c58cd37..d270a2127f 100644 --- a/token-spray/api-alchemy.yaml +++ b/token-spray/api-alchemy.yaml @@ -4,7 +4,9 @@ info: name: Alchemy API Test author: daffainfo severity: info - reference: https://docs.alchemy.com/alchemy/ + reference: + - https://docs.alchemy.com/alchemy/ + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Alchemy.md tags: token-spray,alchemy self-contained: true diff --git a/token-spray/api-binance.yaml b/token-spray/api-binance.yaml index b2e24bbb78..2a4707d57d 100644 --- a/token-spray/api-binance.yaml +++ b/token-spray/api-binance.yaml @@ -4,7 +4,9 @@ info: name: Binance REST API author: geeknik severity: info - reference: https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md + reference: + - https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Binance.md tags: token-spray,binance self-contained: true diff --git a/token-spray/api-bitcoinaverage.yaml b/token-spray/api-bitcoinaverage.yaml index fe24a9a699..4178562863 100644 --- a/token-spray/api-bitcoinaverage.yaml +++ b/token-spray/api-bitcoinaverage.yaml @@ -4,7 +4,9 @@ info: name: BitcoinAverage API Test author: daffainfo severity: info - reference: https://apiv2.bitcoinaverage.com/ + reference: + - https://apiv2.bitcoinaverage.com/ + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/BitcoinAverage.md tags: token-spray,bitcoinaverage self-contained: true diff --git a/token-spray/api-block.yaml b/token-spray/api-block.yaml index b1bc5b128e..2de9ea1703 100644 --- a/token-spray/api-block.yaml +++ b/token-spray/api-block.yaml @@ -4,7 +4,9 @@ info: name: block.io API Test author: daffainfo severity: info - reference: https://block.io/docs/basic + reference: + - https://block.io/docs/basic + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Block.md tags: token-spray,block self-contained: true diff --git a/token-spray/api-blockchain.yaml b/token-spray/api-blockchain.yaml index 49503c3c2b..4f027d84d3 100644 --- a/token-spray/api-blockchain.yaml +++ b/token-spray/api-blockchain.yaml @@ -4,7 +4,9 @@ info: name: Blockhain API Test author: daffainfo severity: info - reference: https://api.blockchain.com/v3/#/ + reference: + - https://api.blockchain.com/v3/#/ + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Blockchain.md tags: token-spray,blockchain self-contained: true diff --git a/token-spray/api-blockfrost.yaml b/token-spray/api-blockfrost.yaml new file mode 100644 index 0000000000..bf175a9d6e --- /dev/null +++ b/token-spray/api-blockfrost.yaml @@ -0,0 +1,26 @@ +id: api-blockfrost + +info: + name: Blockfrost API Test + author: daffainfo + severity: info + reference: + - https://docs.blockfrost.io/ + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Blockfrost.md + 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 diff --git a/token-spray/api-bravenewcoin.yaml b/token-spray/api-bravenewcoin.yaml new file mode 100644 index 0000000000..ef81f36b71 --- /dev/null +++ b/token-spray/api-bravenewcoin.yaml @@ -0,0 +1,29 @@ +id: api-bravenewcoin + +info: + name: Brave New Coin API Test + author: daffainfo + severity: info + reference: + - https://bravenewcoin.com/developers + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Brave%20New%20Coin.md + tags: token-spray,bravenewcoin + +self-contained: true +requests: + - raw: + - | + GET https://bravenewcoin.p.rapidapi.com/market HTTP/1.1 + X-Rapidapi-Host: bravenewcoin.p.rapidapi.com + X-Rapidapi-Key: {{token}} + Host: bravenewcoin.p.rapidapi.com + + matchers: + - type: word + part: body + words: + - '"content":' + - '"id":' + - '"baseAssetId":' + - '"quoteAssetId":' + condition: and diff --git a/token-spray/api-coinapi.yaml b/token-spray/api-coinapi.yaml new file mode 100644 index 0000000000..6c70ef0a39 --- /dev/null +++ b/token-spray/api-coinapi.yaml @@ -0,0 +1,27 @@ +id: api-coinapi + +info: + name: CoinAPI API Test + author: daffainfo + severity: info + reference: + - https://docs.coinapi.io/ + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/CoinAPI.md + tags: token-spray,coinapi + +self-contained: true +requests: + - raw: + - | + GET https://rest.coinapi.io/v1/exchanges HTTP/1.1 + Host: rest.coinapi.io + X-CoinAPI-Key: {{token}} + + matchers: + - type: word + part: body + words: + - '"exchange_id":' + - '"website":' + - '"name":' + condition: and diff --git a/token-spray/api-coinlayer.yaml b/token-spray/api-coinlayer.yaml index 2d693ab966..3ba1978c17 100644 --- a/token-spray/api-coinlayer.yaml +++ b/token-spray/api-coinlayer.yaml @@ -4,7 +4,9 @@ info: name: Coinlayer API Test author: daffainfo severity: info - reference: https://coinlayer.com/documentation + reference: + - https://coinlayer.com/documentation + - https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Coinlayer.md tags: token-spray,coinlayer self-contained: true