Binance.Helper (binance v2.0.1)

Summary

Functions

Either returns a specific error (if we have one), or formats as generic {:binance_error, xxx}

Converts a map with string keys into a map with atoms

Functions

Link to this function

format_error(map)

Either returns a specific error (if we have one), or formats as generic {:binance_error, xxx}

Link to this function

format_price(num)

Link to this function

keys_to_atoms(string_key_map)

Converts a map with string keys into a map with atoms

This is considered unsafe since atoms are never garbage collected and can cause a memory leak