---
title: "Submit EIP-712 signatures for intent routes (proxy to VT /submit-signature)"
method: POST
path: "/value-transfer/signatures"
tags: ["value-transfer"]
---

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

`POST /value-transfer/signatures`

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

## Request body

- SubmitVtSignatureDto
  - `quoteId` string, required — Transfer id — the `id` from the chosen quote.
  - `signatures` string[], required — EIP-712 signatures produced by the wallet for the intent route.

## Response `201`

Signatures accepted

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/dre/apis/dre-api.md) · [All operations](https://skmtc.dev/dre/apis/dre-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dre/dre-api/revisions/5d14beb9482b/schema)
