cURL
curl --request GET \ --url https://api.rhino.fi/bridge/history/user \ --header 'authorization: <api-key>'
{ "totalItems": 123, "items": [ { "bridge": { "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" }, "rejections": [ { "depositTxHash": "<string>", "depositCommittedAt": "<string>", "reason": "<string>" } ] } ] }
Fetch bridge history for a user.
a string to be decoded into a number
asc
desc
PENDING
ACCEPTED
EXECUTED
Success
The response is of type object.
object