POST
/
deposit-addresses
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
  }
]

Authorizations

authorization
string
header
required

Body

application/json

Response

200
application/json

Success

The response is of type object[].