Skip to main content

/accounts/{accountId}/proxy-info REST API Endpoint

Returns information about a proxy account. This will include delegated accounts and deposits held.

Updated on
Sep 2, 2024

/accounts/{accountId}/proxy-info REST API Endpoint

Path Parameters

accountId
string
REQUIRED
The SS58 address of the account.

Query Parameters

at
string
The block at which to query proxy info for the specified account.

Returns

at
object
An object containing information about the state.
hash
string
The hash of the block at the specified state.
height
string
The height of the block at the specified state.
delegatedAccounts
array
An array of objects, each representing a delegated account associated with the main account.
delegate
string
The delegate address
delay
string
The delay associated with the delegation.
proxyType
string
The type of proxy assigned to the delegate.
depositHeld
string
The total deposit held for the delegated accounts.
Request
1
curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/accounts/5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty/proxy-info' \
2
--header 'Accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free