Skip to main content
GET
/
api
/
dapp
/
bridge
/
flows
/
hash
/
{srcHash}
Get Bridge Flow By Hash
curl --request GET \
  --url https://backend-global.gains.trade/api/dapp/bridge/flows/hash/{srcHash}
{
  "success": true,
  "data": {}
}

Endpoint

GET /api/dapp/bridge/flows/hash/{srcHash} Returns one bridge flow by source transaction hash.

Parameters

ParameterLocationRequiredTypeDescription
srcHashpathYesstringSource transaction hash.

Usage Example

curl -X GET "https://backend-global.gains.trade/api/dapp/bridge/flows/hash/0xSOURCE_HASH"

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.

Path Parameters

srcHash
string
required

Source transaction hash.

Response

Successful response

success
boolean
data
object