Skip to main content
POST
cURL

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account slug of the user

projectSlug
string
required

Project slug of the account

Body

application/json

Create web3 action payload

action
action · object
required

A Web3 Action creation payload.

Example:
deploy
boolean
required

Should Web3 Action be immediately deployed.

Example:

true

Response

A successful response.

An object with details about created Web3 Action of Block type.