Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

type CreateDelegationOptions = {
  expiresAt: string;
  idempotencyKey?: string;
};
Options for creating a delegation that allows a developer to sign on behalf of an end user.

Properties

PropertyTypeDescription
expiresAtstringThe date until which the delegation is valid (ISO 8601 string).
idempotencyKey?stringOptional idempotency key for safe retries.