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>"
  ]
}

Body

application/json
bodies
string[]
opcodes
string[]

Response

OK

bodies
object[]
opcodes
string[]