Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add batch current price query cassette #94

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- rotki/1.36.2.dev193+gef1106a1a
method: GET
uri: https://api.coingecko.com/api/v3/simple/price/?ids=bitcoin%2Cdai%2Cbinancecoin&vs_currencies=eth
response:
body:
string: '{"binancecoin":{"eth":0.21387074},"bitcoin":{"eth":31.906046},"dai":{"eth":0.0003068}}'
headers:
CF-Cache-Status:
- HIT
CF-RAY:
- 9062bc6fee6353f1-ATL
Cache-Control:
- max-age=30, public, must-revalidate, s-maxage=60
Connection:
- keep-alive
Content-Type:
- application/json; charset=utf-8
Date:
- Wed, 22 Jan 2025 21:46:19 GMT
Server:
- cloudflare
Transfer-Encoding:
- chunked
access-control-allow-headers:
- Origin, X-Requested-With, Content-Type, Accept, Authorization
access-control-allow-methods:
- POST, PUT, DELETE, GET, OPTIONS
access-control-allow-origin:
- '*'
access-control-expose-headers:
- link, per-page, total
access-control-request-method:
- '*'
alt-svc:
- h3=":443"; ma=86400
alternate-protocol:
- 443:npn-spdy/2
content-length:
- '86'
etag:
- W/"4eb704f49c35763ab5066b10c8742ec6"
referrer-policy:
- strict-origin-when-cross-origin
strict-transport-security:
- max-age=15724800; includeSubdomains
vary:
- Accept-Encoding, Origin
x-content-type-options:
- nosniff
x-download-options:
- noopen
x-frame-options:
- SAMEORIGIN
x-permitted-cross-domain-policies:
- none
x-request-id:
- e725103b-9e94-4db9-ad19-75aa399ff213
x-runtime:
- '0.015910'
x-xss-protection:
- '0'
status:
code: 200
message: OK
version: 1
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ interactions:
User-Agent:
- rotki/1.34.4.dev396+ga2351cac0
method: GET
uri: https://api.coingecko.com/api/v3/simple/price/?ids=weth&vs_currencies=usd
uri: https://api.coingecko.com/api/v3/simple/price/?ids=ethereum&vs_currencies=usd
response:
body:
string: '{"weth":{"usd":2461.09}}'
string: '{"ethereum":{"usd":2461.09}}'
headers:
CF-Cache-Status:
- HIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ interactions:
User-Agent:
- rotki/1.33.2.dev283+g4045093cf.d20240709
method: GET
uri: https://api.coingecko.com/api/v3/simple/price/?ids=weth&vs_currencies=usd
uri: https://api.coingecko.com/api/v3/simple/price/?ids=ethereum&vs_currencies=usd
response:
body:
string: '{"weth":{"usd":3405.53}}'
string: '{"ethereum":{"usd":3405.53}}'
headers:
Age:
- '261'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,10 @@ interactions:
User-Agent:
- rotki/1.33.2.dev283+g4045093cf.d20240709
method: GET
uri: https://api.coingecko.com/api/v3/simple/price/?ids=weth&vs_currencies=usd
uri: https://api.coingecko.com/api/v3/simple/price/?ids=ethereum&vs_currencies=usd
response:
body:
string: '{"weth":{"usd":3390.63}}'
string: '{"ethereum":{"usd":3390.63}}'
headers:
CF-Cache-Status:
- EXPIRED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@ interactions:
User-Agent:
- rotki/1.36.2.dev193+gef1106a1a
method: GET
uri: https://api.coingecko.com/api/v3/simple/price/?ids=weth&vs_currencies=usd
uri: https://api.coingecko.com/api/v3/simple/price/?ids=ethereum&vs_currencies=usd
response:
body:
string: '{"weth":{"usd":3214.21}}'
string: '{"ethereum":{"usd":3214.21}}'
headers:
Age:
- '191'
Expand Down
Loading