Create a project
This endpoint creates a project and an API key.
POST
/
projects
/
auth
Body
application/json
The name of the project.
The blockchain used by the project.
Available options:
Ethereum
, Polygon
, Chiliz
, Linea
Response
201 - application/json
The id of the project.
The name of the project.
Details of the blockchain used by the project.
The timestamp from when the project was created.
The timestamp from when the project was last updated.
The API key associated with the project.
Was this page helpful?