POST
/
projects
/
auth

Body

application/json
name
string
required

The name of the project.

blockchainName
enum<string>
required

The blockchain used by the project.

Available options:
Ethereum,
Polygon,
Chiliz,
Optimism,
Linea

Response

201 - application/json
id
string

The id of the project.

name
string

The name of the project.

blockchain
object

Details of the blockchain used by the project.

createdAt
string

The timestamp from when the project was created.

updatedAt
string

The timestamp from when the project was last updated.

apiKey
string

The API key associated with the project.