circle-check
Our docs are AI-ready. Use them as context for any AI, or ask questions via the search bar.

face-poutingDisputar Escrow

Responsável por iniciar uma disputa em um escrow. Altera o valor do campo “disputed” de “disputed” para true.

Cabeçalhos

Nome
Valor

Content-Type

application/json

x-api-key

<token>

Open API

post
Autorizações
Corpo
contractIdstringObrigatório

ID (address) that identifies the escrow contract

Example: CAZ6UQX7...
signerstringObrigatório

Entity that signs the transaction that deploys and initializes the escrow

Example: GSIGN...XYZ
Respostas
chevron-right
201

This endpoint returns an unsigned transaction in XDR format. This XDR is then used to sign the transaction using the “/helper/send-transaction” endpoint.

application/json
post
/escrow/single-release/dispute-escrow

O que este Endpoint retorna?

Este endpoint retorna a transação não assinada para que a transação possa ser assinada por meio da carteira do cliente.

Exemplo de Uso:

Atualizado

Isto foi útil?