Skip to main content
GET
Get delegations

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Query Parameters

subaccount
string
required

Subaccount address

Response

Delegations retrieved successfully

delegated_account
string
required

The address of the delegated account

Example:

"0x123..."

permission_type
string
required

The permission type that was granted. Market-scoped grants have permission_type "TradePerpsOnMarket" with the market address in permission_market.

Example:

"TradePerpsAllMarkets"

expiration_time_s
integer<int64> | null

The expiration time in seconds (optional, None means no expiration)

Required range: x >= 0
Example:

1736326800000

permission_market
string | null

The market address when permission_type is "TradePerpsOnMarket", null otherwise

Example:

"0x161b7b3f58327d057ee5824de0c1a4fc4fa3d121b847c138e921a255768a0dca"