feat(token-spray): moonpay api test (#4380)
* feat(token-spray): moonpay api test * refactor: pascal case namepatch-1
parent
6b403b30bf
commit
a22df99866
|
@ -0,0 +1,22 @@
|
|||
id: api-moonpay
|
||||
|
||||
info:
|
||||
name: MoonPay API Test
|
||||
author: 0ri2N
|
||||
severity: info
|
||||
reference:
|
||||
- https://dashboard.moonpay.com/getting_started
|
||||
tags: token-spray,moonpay,cryptocurrencies
|
||||
|
||||
self-contained: true
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://api.moonpay.com/v3/currencies/btc/buy_quote?apiKey={{token}}&baseCurrencyAmount=1"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"accountId":'
|
||||
condition: and
|
Loading…
Reference in New Issue