Starton

Learn how to use Starton with Composio

Overview

SLUG

STARTON

Description

Starton is an all-in-one Web3 API platform that enables developers to deploy and interact with smart contracts, store files on IPFS, and monitor blockchain events through a unified API and frontend interface.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: STARTON_DELETE_SMART_CONTRACT_EVENT

Tool to delete a specific smart contract event watcher by its id. use after confirming the watcher id you want to remove.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_GET_SMART_CONTRACTS

Tool to retrieve a list of all smart contracts associated with your project. use after authenticating and optionally filtering by project id.

Action Parameters

projectId
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_GET_SMART_CONTRACT_DEPLOYMENTS

Tool to retrieve a list of smart contract deployments. use after deploying or importing contracts to browse existing deployments.

Action Parameters

address
stringRequired
includeAbi
boolean
includeCompilationDetails
boolean
limit
integer
network
stringRequired
page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_GET_SMART_CONTRACT_EVENT

Tool to retrieve details of a specific smart contract event watcher by its id. use after confirming the event watcher id and before updating or deleting it.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_GET_TEMPLATES

Tool to retrieve a list of all smart contract templates. use when browsing the starton template library to select a template before deployment.

Action Parameters

limit
integer
page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_GET_WATCHER

Tool to retrieve details of a specific watcher by its id. use when you need to confirm its configuration before updating or deleting.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_GET_WATCHERS

Tool to retrieve a list of all watchers monitoring blockchain events. use after watchers are created.

Action Parameters

limit
integer
page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_GET_WEBHOOKS

Tool to retrieve a list of all webhook watchers. use after creating watchers to review existing watchers.

Action Parameters

limit
integer
page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STARTON_UPLOAD_FILE

Tool to upload a file to your project's ipfs storage. use after preparing the file you want to host on ipfs.

Action Parameters

file
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired