Get 8DX Permit Data
eightdx_get_permit_dataGet permit typed data for token approval. Returns the data required for signing, without performing the signature.
Instructions
Gets permit typed data for a token approval flow. This tool only returns data to sign; it does not sign anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amountIn | Yes | Amount to include in permit data. Pass the exact amount format expected by the 8DX REST API for this token. | |
| blockchain | Yes | Blockchain network with live 8DX permit helper support. | |
| dstAddress | Yes | Destination spender or wallet address used by the permit flow. Use the token identifier format accepted by the 8DX API. | |
| addressTokenIn | Yes | Token address or native-token identifier to approve. Use the token identifier format accepted by the 8DX API. |