Skip to main content
POST
/
api
/
v3
/
decode
Decode Opcodes and Bodies
curl --request POST \
  --url https://toncenter.com/api/v3/decode \
  --header 'Content-Type: application/json' \
  --data '
{
  "bodies": [
    "<string>"
  ],
  "opcodes": [
    "<string>"
  ]
}
'
{
  "bodies": [
    {}
  ],
  "opcodes": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-closes-1950-ai-ai-ai-ai-ai-ai-ai.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
bodies
string[]
opcodes
string[]

Response

OK

bodies
object[]
opcodes
string[]