crypto-service 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/crypto/version.rb +1 -1
- data/spec/fixtures/coinex/cx_balance_info.json +22 -0
- data/spec/fixtures/coinex/cx_error.json +6 -0
- data/spec/fixtures/coinex/cx_order_limit.json +7 -0
- data/spec/fixtures/coinex/cx_order_market.json +29 -0
- data/spec/fixtures/coinpaprika/coinpaprika_exchanges.json +2655 -0
- data/spec/fixtures/coinpaprika/coinpaprika_info.json +443 -0
- data/spec/fixtures/crypto_listing_info.json +4037 -0
- data/spec/fixtures/crypto_listing_info_fail.json +18 -0
- data/spec/fixtures/crypto_top_info.json +4245 -0
- data/spec/fixtures/gecko/gecko_coin_exchanges.json +4860 -0
- data/spec/fixtures/gecko/gecko_coin_info.json +64007 -0
- data/spec/fixtures/gecko/gecko_coin_info_fail.json +64002 -0
- data/spec/fixtures/test/crypto_buy.json +44 -0
- data/spec/fixtures/test/crypto_listing.json +33 -0
- metadata +31 -3
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"code":"000000",
|
3
|
+
"message":null,
|
4
|
+
"messageDetail":null,
|
5
|
+
"data":{
|
6
|
+
"body":{
|
7
|
+
"status":{
|
8
|
+
"timestamp":"2022-12-30T16:03:14.443Z",
|
9
|
+
"error_code":400,
|
10
|
+
"error_message":"\"crypto\" is not allowed",
|
11
|
+
"elapsed":0,
|
12
|
+
"credit_count":0
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"success":false
|
16
|
+
},
|
17
|
+
"success":true
|
18
|
+
}
|