Coinbase.Pro.REST.Response (coinbasepro_rest v1.0.0) View Source

Module responsible for wrapping responses from the API.

Link to this section Summary

Link to this section Types

Specs

t() :: %Coinbase.Pro.REST.Response{
  after: String.t() | nil,
  before: String.t() | nil,
  body: map() | [map()]
}