value-transfer

Submit EIP-712 signatures for intent routes (proxy to VT /submit-signature)

For Aori intent routes the wallet signs the EIP-712 payload client-side; the signature is forwarded to VT.

post/value-transfer/signatures

Request body

quoteIdstring required

Transfer id — the id from the chosen quote.

signaturesstring[] required

EIP-712 signatures produced by the wallet for the intent route.

Example request

{
  "quoteId": "0x…"
}

Response

Signatures accepted

Changes

No recorded changes to this endpoint across all 1 revision of this API.