Skip to main content
GET
Get all relayer API keys

请求头

RELAYER_API_KEY
string

Relayer API key (when using relayer API key auth)

RELAYER_API_KEY_ADDRESS
string

Address that owns the key (when using relayer API key auth). Must match the address that owns the key. Ethereum address (0x-prefixed, 40 hex chars)

Pattern: ^0x[a-fA-F0-9]{40}$
示例:

"0x6e0c80c90ea6c15917308F820Eac91Ce2724B5b5"

响应

API keys retrieved successfully. Returns an empty array if no keys exist for the authenticated address.

apiKey
string

The relayer API key

示例:

"01967c03-b8c8-7000-8f68-8b8eaec6fd3d"

address
string

The address that owns the key

Pattern: ^0x[a-fA-F0-9]{40}$
示例:

"0xabc..."

createdAt
string<date-time>

Timestamp when the key was created

示例:

"2026-02-24T18:20:11.237485Z"

updatedAt
string<date-time>

Timestamp when the key was last updated

示例:

"2026-02-24T18:20:11.237485Z"