Skip to main content
GET
/
v1
/
auth
/
keys
Error
A valid request URL is required to generate request examples
{
  "keys": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "keyPrefix": "<string>",
      "ownerAddress": "<string>",
      "scopes": [
        "<string>"
      ],
      "rateLimitPerMin": 0,
      "createdAt": "<string>",
      "lastUsedAt": "<string>",
      "revokedAt": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aura.markets/llms.txt

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

Authorizations

Authorization
string
header
required

API key obtained from POST /v1/auth/keys.

Response

Default Response

keys
object[]
required