---
title: "Get abi decode info"
method: POST
path: "/api/v1/abi/input_decode"
tags: ["Signature Data Decode API"]
---

# Get abi decode info

`POST /api/v1/abi/input_decode`

Get abi decode information.

## Headers

- `Authorization` string

## Request body

- ParseAbiDataRequest
  - `chain_id` string, required — Chain id, (ETH: 1, Cronos:25, BSC: 56, Heco: 128, Polygon: 137, Fantom:250, KCC: 321, Arbitrum: 42161, Avalanche: 43114)
  - `contract_address` string — Carrying the signer and contract address will help to decode more information.
  - `data` string, required — Transaction input
  - `input` object — input info
  - `signer` string — Carrying the signer and contract address will help to decode more information.
  - `transcation_type` 'common' | 'eth_signTypedData_v4' | 'personal_sign' | 'eth_sign' — Transaction type

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/gopluslabs/apis/goplus-security-api-documentation.md) · [All operations](https://skmtc.dev/gopluslabs/apis/goplus-security-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gopluslabs/goplus-security-api-documentation/revisions/621e74990f5e/schema)
