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
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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 balancebalance_floor: {
"balance": 0,
"linked_account_id": "{POOL_ACCOUNT_ID}"
}
balance_ceiling: {
"balance": 0,
"linked_account_id": "{POOL_ACCOUNT_ID}"
}
Was this page helpful?
