Execution
16 endpoints. Every path below is served by bevm-backend behind the gateway at https://api.trilocore.ai.
POST /api/v1/bevm/execution-path-recoveries
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
GET /api/v1/bevm/executions
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/executions/{execution_id}
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
POST /api/v1/bevm/executions/{execution_id}/analyses
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body
| Field |
Type |
Required |
Constraints |
force |
boolean |
no |
— |
mode |
string |
no |
— |
GET /api/v1/bevm/executions/{execution_id}/events
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/executions/{execution_id}/traces
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/operations
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/operations/{op_id}
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/operations/{op_id}/events
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
POST /api/v1/bevm/operations/{op_id}:cancel
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
POST /api/v1/bevm/operations/{op_id}:pause
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
POST /api/v1/bevm/operations/{op_id}:resume
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
POST /api/v1/bevm/stateless/calls
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
POST /api/v1/bevm/stateless/deployments
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
POST /api/v1/bevm/transactions
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body
| Field |
Type |
Required |
Constraints |
args |
array |
no |
— |
fundings |
array |
no |
— |
gas_limit |
integer | null |
no |
maximum 1000000000, minimum 21000 |
gas_price |
integer | null |
no |
maximum 1000000000000000000000000000000, minimum 0 |
overrides |
object |
no |
— |
persist |
boolean |
no |
— |
raw_calldata |
string | null |
no |
maxLength 1000000 |
selector |
string |
no |
maxLength 512 |
sender |
string |
no |
maxLength 66 |
signature |
string | null |
no |
maxLength 512 |
to |
string |
yes |
maxLength 66 |
value_wei |
integer | string | number |
no |
— |
POST /api/v1/bevm/transactions:resolve
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body
| Field |
Type |
Required |
Constraints |
network |
string | null |
no |
— |
rpc_url |
string |
no |
— |
tx_hash |
string |
yes |
— |