Retrieve existing crypto-accounts

This endpoint enables users to see details about their accounts. Accounts hold the user's balance, such as BTC or PHP. A list of the user's accounts will be returned.

Properties

  • id - Unique identifier for the account.
  • name - Descriptive name for the account.
  • currency - The type of currency that the account can hold, such as BTC and PBTC.
  • balance - The current balance that the account has.
  • pending_balance - Incoming pending balance.
  • default_address - The default address used when the account is specified as a recipient
  • is_internalcoin - Determines if the wallet address is only able to accept funds from internal Coins wallets (true), or if it is able to accept from external wallets as well (false)
Language