Skip to main content
PATCH
/
api
/
dapp
/
bridge
/
flows
/
finalize
Finalize Bridge Flow
curl --request PATCH \
  --url https://backend-global.gains.trade/api/dapp/bridge/flows/finalize \
  --header 'Content-Type: application/json' \
  --data '
{
  "circleMessage": "<string>",
  "dstHash": "<string>"
}
'
{
  "success": true,
  "data": {}
}

Endpoint

PATCH /api/dapp/bridge/flows/finalize Marks a bridge flow as finalized.

Request Body

Send JSON matching the schema shown in the generated API panel.

Usage Example

curl -X PATCH "https://backend-global.gains.trade/api/dapp/bridge/flows/finalize"

Response Structure

The generated API panel lists the response schema for status codes: 200, 400, 404, 500. Error responses generally return an error or message field.

Body

application/json
circleMessage
string
required
dstHash
string
required

Response

Successful response

success
boolean
data
object