Skip to main content
POST
Call Function

Authentication

✅ Organization User (CustomerEmployee)
✅ Delegated User (EndUser)
✅ Service Account

Required Permissions

No permission required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Path Parameters

network
string
required

Network name formatted in kebab case

Body

application/json

Calls an on-chain read function.

contract
string
required

Address of the contract to call

Pattern: ^0x[0-9a-fA-F]{40}$
abi
object
required

ABI of the read-only function to invoke

calldata
object

Function call arguments

Response

200 - application/json

Success

Last modified on July 9, 2026