FULL NAME
SUBJECT
Customer Support
Customer Support
Business / Sales
Partnership
Feedback
Other
TEXT MESSAGE
0/300
⚡ Test Our Private Nodes of 40+ Blockchains just for $50!
Method: POST getapplicationlog
Method not allowed
Returns the contract event information based on the specified txid. The contract event information is stored under the ApplicationLogs directory.
You must install the plugins ApplicationLogs and LevelDBStore before you can invoke the method.
txid
- string
Transaction ID
trigger type
- string
Optional. It has the following options:
- OnPersist
- PostPersist
- Application
- Verification
- System: OnPersist | PostPersist
All: OnPersist | PostPersist | Verification | Application
It defaults to All. You can specify a trigger type.
curl --location --request POST 'https://neo.getblock.io/mainnet/' \ --header 'x-api-key: YOUR-API-KEY' \ --header 'Content-Type: application/json' \ --data-raw '{"jsonrpc": "2.0", "method": "getapplicationlog", "params": [null, null], "id": "getblock.io"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }