v1
Delegations by wallet
Get a list of incoming and outgoing delegations for a specific wallet.
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
type Delegation = {
type: "NONE" | "ALL" | "CONTRACT" | "TOKEN";
delegate: string;
vault: string;
contract: string | null;
tokenId: number | null;
};
// returns Delegation[]Delegation Checks
Returns true if the address is delegated to act on the entire vault
Query Parameters
Name
Type
Description
Returns true if the address is delegated to act on your behalf for a token contract or an entire vault
Query Parameters
Name
Type
Description
Returns true if the address is delegated to act on your behalf for a specific token, the token's contract or an entire vault
Query Parameters
Name
Type
Description
Last updated