ExBinance.Rest.SpotClient (ex_binance v0.0.10)
Link to this section Summary
Link to this section Types
Link to this type
config_error()
Specs
config_error() :: ExBinance.Rest.HTTPClient.config_error()
Link to this type
credentials()
Specs
credentials() :: ExBinance.Rest.HTTPClient.credentials()
Link to this type
endpoint()
Specs
endpoint() :: ExBinance.Rest.HTTPClient.endpoint()
Link to this type
header()
Specs
header() :: ExBinance.Rest.HTTPClient.header()
Link to this type
path()
Specs
path() :: ExBinance.Rest.HTTPClient.path()
Link to this section Functions
Link to this function
delete(path, params, credentials, opts \\ [])
Specs
delete(path(), map(), credentials(), keyword()) :: {:ok, any()} | {:error, shared_errors()}
Link to this function
get(path, params, headers \\ [], opts \\ [])
Specs
get(path(), map(), [header()] | credentials(), keyword()) :: {:ok, any()} | {:error, shared_errors()}
Link to this function
post(path, params, credentials, opts \\ [])
Specs
post(path(), map(), credentials(), keyword()) :: {:ok, any()} | {:error, shared_errors()}
Link to this function
put(path, params, credentials, opts \\ [])
Specs
put(path(), map(), credentials(), keyword()) :: {:ok, any()} | {:error, shared_errors()}