POST
/
projects
/
auth

Body

application/json
blockchainName
enum<string>

The blockchain used by the project.

Available options:
Ethereum,
Polygon,
Chiliz,
Linea
name
string

The name of the project.

Response

201 - application/json
apiKey
string

The API key associated with the project.

blockchain
object

Details of the blockchain used by the project.

createdAt
string

The timestamp from when the project was created.

id
string

The id of the project.

name
string

The name of the project.

updatedAt
string

The timestamp from when the project was last updated.

Was this page helpful?