View Source Circlex.Api.Core.Balances (Circlex v0.1.12)

API Client to the Core Balances API.

References: https://developers.circle.com/reference/getbusinessaccountbalances

Link to this section Summary

Functions

Retrieves the balance of funds that are available for use.

Link to this section Functions

Link to this function

get_balances(opts \\ [])

View Source

Retrieves the balance of funds that are available for use.

Reference: https://developers.circle.com/reference/getbusinessaccountbalances

examples

Examples

iex> host = Circlex.Test.start_server()
iex> Circlex.Api.Core.Balances.get_balances(host: host)
{:ok, %{available: [], unsettled: []}}