cURL
curl --request POST \ --url https://api.rhino.fi/bridge/deposit-addresses \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "depositChains": [ "<string>" ], "destinationChain": "<string>", "destinationAddress": "<string>" }'
[ { "depositChain": "<string>", "depositAddress": "<string>", "destinationChain": "<string>", "destinationAddress": "<string>", "supportedTokens": [ { "symbol": "<string>", "address": "<string>" } ], "isActive": true } ]
Any bridgable tokens sent to a generated deposit address will be automatically bridged to the set up address on the destination chain.
Success
The response is of type object[].
object[]