Call
post
Body
or
or
or
or
or
Responses
200
Default Response
application/json
or
or
or
or
or
500
Default Response
application/json
post
/callLast updated
Was this helpful?
Default Response
Default Response
Last updated
Was this helpful?
Was this helpful?
POST /call HTTP/1.1
Host: localhost:3000
Content-Type: application/json
Accept: */*
Content-Length: 242
{
"network_identifier": {
"blockchain": "stacks",
"network": "mainnet"
},
"method": "contract_call_read_only",
"parameters": {
"deployer_address": "text",
"contract_name": "text",
"function_name": "text",
"sender": "text",
"sponsor": "text",
"arguments": [
"text"
]
}
}{
"idempotent": true,
"result": {
"hex": "text",
"repr": "text",
"type": "text"
}
}