Skip to main content
GET
/
auction-templates
cURL
curl --request GET \
  --url https://api.long.xyz/v1/auction-templates/ \
  --header 'X-API-KEY: <api-key>'
{
  "result": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "type": "<string>",
      "integrator_id": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

API key for authentication

Query Parameters

chainId
integer | null
default:8453

The chain ID of the auction templates to list

Response

200 - application/json

200

result
object[]
required