v1

latestOpenAPI 3.0.02026-07-242575155.6 KB
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

chain_idstring required

Chain id, (ETH: 1, Cronos:25, BSC: 56, Heco: 128, Polygon: 137, Fantom:250, KCC: 321, Arbitrum: 42161, Avalanche: 43114)

contract_addressstring

Carrying the signer and contract address will help to decode more information.

datastring required

Transaction input

inputobject

input info

signerstring

Carrying the signer and contract address will help to decode more information.

transcation_type'common' | 'eth_signTypedData_v4' | 'personal_sign' | 'eth_sign'

Transaction type

Example request

{
  "contract_address": "0x55d398326f99059ff775485246999027b3197955",
  "data": "0xa9059cbb00000000000000000000000055d398326f99059ff775485246999027b319795500000000000000000000000000000000000000000000000acc749097d9d00000",
  "input": {}
}

Response

OK