Projects
Create a project
This endpoint creates a project and an API key.
POST
/
projects
/
auth
Body
application/json
name
string
The name of the project.
blockchainName
enum<string>
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.
Was this page helpful?