Don’t worry about gumberoos or splintercats. Something far more fearsome plagues the days, nights, and inbetweens. Wolpertingers.
You can contact Ann Marie Jensen at mjenson@yahoo.com
You can contact Tomas Lopez del Toro at deltoro@gmail.com
You can contact Ryan M. Howell at rmhowell@protonmail.com
Here are your options:
Red Pill
Details
Escape into the real world.
Blue Pill
Details
Live within the simulated reality without want or fear.
puts "Hello, World!"
-
Blue
-
Green
-
Red
-
White
-
Purple
-
Cyan
-
Yellow
-
Aqua
-
Black
-
Fucsia
-
gray
-
Lime
-
Navy
-
Olive
-
Silver
-
Teal
Code | Result |
---|---|
$ curl "https://api.gemini.com/v1/symbols" # (1) |
Returns a list of the symbols available to trade. ["btcusd", "ethbtc" "..."] |
$ curl "https://api.gemini.com/v1/symbols/details/btcusd # (2) |
{
"symbol": "BTCUSD",
"base_currency": "BTC",
"quote_currency": "USD",
"tick_size": 1E-8,
"quote_increment": 0.01,
"min_order_size": "0.00001",
"status": "open",
"wrap_enabled": false
} # (2) |
This cell is prefixed with an import os
print "%s" %(os.uname()) |
Column, row |
Column, row |
Column, row |
Column, row |
Column, row |
Column, row |
Column, row |
Column, row |
Column, row |