GetDelegationStatusRequest

data class GetDelegationStatusRequest(val chain: String, val token: String, val delegateAddress: String)

Request model for querying delegation status.

The chain and token fields are used as URL path parameters, while delegateAddress is sent as a query parameter. This is a GET request (unlike approve/revoke/transferFrom which are POST).

Parameters

chain

CAIP-2 chain ID (e.g., "eip155:11155111").

token

Token symbol or address (e.g., "USDC" or a contract address).

delegateAddress

The delegate address to query status for.

Constructors

Link copied to clipboard
constructor(chain: String, token: String, delegateAddress: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard