GET
/
history
/
bridge
/
{bridgeId}
curl --request GET \
  --url https://api.rhino.fi/bridge/history/bridge/{bridgeId} \
  --header 'authorization: <api-key>'
{
  "state": "PENDING",
  "_id": "<string>",
  "chainIn": "<string>",
  "chainOut": "<string>",
  "amountIn": "<string>",
  "amountInUsd": 123,
  "amountOut": "<string>",
  "amountOutUsd": 123,
  "amountNative": "<string>",
  "amountNativeUsd": 123,
  "fee": "<string>",
  "feeUsd": 123,
  "gasFee": "<string>",
  "gasFeeUsd": 123,
  "platformFee": "<string>",
  "platformFeeUsd": 123,
  "percentageFee": "<string>",
  "percentageFeeUsd": 123,
  "recipient": "<string>",
  "depositor": "<string>",
  "createdAt": "<string>",
  "commitmentDate": "<string>",
  "token": "<string>",
  "usdPrice": 123,
  "_tag": "bridge"
}

Authorizations

authorization
string
header
required

Path Parameters

bridgeId
string
required

Response

200
application/json

BridgePending

The response is of type object.