Crypto
Endpoints
Get

Function: Get

This should be your main entry point into get 1min & 5min aggregate data for any given crypto asset.

get(crypto)

Parameters

crypto (str) - Crypto symbol

Returns

ggCrypto - A goldengoose crypto object

Example

import goldengoose
btc = goldengoose.crypto.get("BTC")