TONTONDocs
TON CenterV3Utils

applications/api/toncenter/v3/utils/decode-opcodes-and-bodies-1

POST
/api/v3/decode

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v3/decode" \  -H "Content-Type: application/json" \  -d '{}'
{
  "bodies": [
    {}
  ],
  "opcodes": [
    "string"
  ]
}
{
  "code": 0,
  "error": "string"
}

Last updated on