Submit EIP-712 signatures for intent-based transfer routes.
SIGNATURE user steps.
| Route type | When to call |
|---|---|
| AORI_V1 | Required. Intent-based routes need off-chain signature submission. |
| Other routes | Not applicable. Use on-chain transactions only. |
| Parameter | Type | Required | Description |
|---|---|---|---|
quoteId | string | Yes | Quote ID from the /quotes response |
signatures | string or array | Yes | EIP-712 signature(s) as hex string(s) |
SIGNATURE user step, sign the EIP-712 typed data and submit it:
| HTTP Status | Description |
|---|---|
400 | Invalid signature or quote ID |
404 | Quote not found |