Retrieve available functions for a deployed contract
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/contract-interactions/network/{network}/contract-address/{contractAddress}/functions \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "success": true, "status": 123, "data": {} }
API key for authentication
SDK version for tracking and compatibility
Blockchain network
Contract address
Contract functions retrieved successfully
Response message
Indicates successful response
true
false
HTTP status code
Response data
Was this page helpful?