class NovadaxCrystal::NovadaxAPI

Defined in:

novadax_crystal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(acess_key : Nil | String = nil, secret_key : Nil | String = nil) #

[View source]

Instance Method Detail

def getCriptoDetail(symbol : String) #

[View source]
def getRecentTrades(symbol : String, limit : String = "100") #

[View source]
def hasKeys? #

[View source]
def makeHash(method : String, endpoint : String, qs : String, timestamp : Int32 | Int64) : String #

[View source]
def signatureToGet(endpoint : String, qs : String) : HTTP::Headers #

[View source]
def signatureToPost(form_data) #

[View source]