Signature Data Decode API
Get abi decode info
Get abi decode information.
post/api/v1/abi/input_decode
Headers
Authorizationstring
Authorization token in the format: Bearer <token> (e.g., Bearer eyJsZXZlbCI6NSwiYXBwTmFtZSI6ImF2cyIsImFwcEtleSI6IjFaW...)
Request body
Example request
{
"contract_address": "0x55d398326f99059ff775485246999027b3197955",
"data": "0xa9059cbb00000000000000000000000055d398326f99059ff775485246999027b319795500000000000000000000000000000000000000000000000acc749097d9d00000",
"input": {}
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.