Skip to main content
GET
cURL
How do programmatic withdrawals work?
Lists balances already credited to the recovery owner’s account on the hub. Deposits awaiting attestation or recovery are excluded — see Attest Deposit to credit eligible deposits. Discovery is eventually consistent.ownerChainId is the numeric Relay chain id of the recovery owner’s account; Request Withdrawal takes protocol chain slugs. A returned balance does not guarantee withdrawal eligibility; the withdrawal flow checks eligibility and the executable amount.

Headers

x-api-key
string

Optional API key for higher rate limits.

Query Parameters

recoveryAddress
string
required
Required string length: 1 - 256
ownerChainId
number
required
Required range: 1 <= x <= 9007199254740991Must be a multiple of 1
limit
number
default:20
Required range: 1 <= x <= 50Must be a multiple of 1
continuation
string
Required string length: 1 - 512

Response

Default Response

balances
object[]
required
continuation
string | null
required