Account Management
Information about your Account
📄️ Retrieve the account balance for a user
Retrieves the balance information for a given user (total balance, spendable balance and pending balance)
📄️ Retrieve the list of delayed transactions for the authenticated user
Returns an array of delayed transactions associated with the authenticated user, excluding failed transactions.
📄️ Retrieve the Safe configuration for the authenticated user
Returns the configuration of the Safe account associated with the authenticated user, including deployment status, approvals, and account status and allowance details from the chain.
📄️ Get current onchain daily limit
Retrieves the current onchain daily spending limit for the authenticated user's Safe account.
📄️ Set onchain daily limit
Sets a new onchain daily spending limit for the authenticated user's Safe account.
📄️ Get transaction data for setting daily limit
Returns the transaction data that needs to be signed by the user's wallet to set a new onchain daily limit.
📄️ Retrieve the EOA accounts for the current user
Returns a list of externally owned account (EOA) addresses associated with the authenticated user.
📄️ Create a new EOA account for the current user
Registers a new externally owned account (EOA) address for the authenticated user.
📄️ Delete an EOA account
Removes an externally owned account (EOA) address associated with the authenticated user.