cURL
curl --request GET \ --url https://api.rhino.fi/bridge/deposit-addresses/{depositAddress}/{depositChain}/public-status \ --header 'authorization: <api-key>'
{ "depositAddress": "<string>", "depositChain": "<string>", "destinationChain": "<string>", "destinationAddress": "<string>", "lastBridges": [ { "depositTxHash": "<string>", "depositTxTimestamp": "<string>", "tokenSymbol": "<string>", "depositAmount": "<string>", "sender": "<string>", "status": { "_tag": "REJECTED", "reason": "OVER_MAX" } } ] }
Returns the status of a deposit address on a given chain
PublicDepositAddressStatusResponse
Show child attributes