diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-20 15:47:57 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-20 15:47:57 +0000 |
commit | fcc3ec7600305099715542ba5546f58a2fd8ec71 (patch) | |
tree | 402f75d0fc31dac7f3341e6a4792fd8a6c0f0e18 /arbiter/tests.sh | |
parent | skeleton (diff) | |
download | hived-fcc3ec7600305099715542ba5546f58a2fd8ec71.tar.gz hived-fcc3ec7600305099715542ba5546f58a2fd8ec71.zip |
added a coingecko endpoint
Diffstat (limited to 'arbiter/tests.sh')
-rwxr-xr-x | arbiter/tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arbiter/tests.sh b/arbiter/tests.sh new file mode 100755 index 0000000..1fe9792 --- /dev/null +++ b/arbiter/tests.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +curl -X GET "https://localhost:8009/arb?name=ethereum&unit=usd" |