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>",
"speed": "fast",
"estimatedDuration": 1,
"token": "<string>",
"usdPrice": 123,
"_tag": "bridge"
}
Fetch the status of a single bridge.
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>",
"speed": "fast",
"estimatedDuration": 1,
"token": "<string>",
"usdPrice": 123,
"_tag": "bridge"
}
BridgePending
The response is of type object
.