POST /v0/accounts
Balance Floor
An account’s balance floor consists of two attributes:balance
: the minimum balance the account can havelinked_account_id
: the ID of the linked account used to maintain the minimum balance
Accounts can have a minimum and maximum balance, referred to as the balance floor and balance ceiling. These attributes can be used to implement a number of features, including pool accounts.
POST /v0/accounts
balance
: the minimum balance the account can havelinked_account_id
: the ID of the linked account used to maintain the minimum balance