Bingex.Swap.GetPositionsHistoryData (Bingex v0.1.5)
Parses and structures historical positions data for BingX swaps.
Converts raw API response data into a list of Bingex.Swap.PositionsInfo
structs
and embeds the parsed data into a Bingex.API.Reply
.
Summary
Types
@type t() :: %Bingex.Swap.GetPositionsHistoryData{ history: [Bingex.Swap.PositionsInfo.t()] }
Functions
@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())