Skip to main content

Retrieve an account

This API endpoint is used to retrieve comprehensive details about an account. It serves as a valuable tool for accessing specific account data within your system, given the presence of fields like "currency," "availableBalance," and "forecastedBalance."

Path Parameters
  • id string required

    Account identifier

Responses

OK - The request was processed successfully.


Schema
  • id integer
  • type string

    Possible values: [normal, collateral, guarantee]

  • currency string
  • availableBalance number
  • forecastedBalance number
Loading...