Skip to main content
PATCH
/
deposit-addresses
/
{depositAddress}
/
{depositChain}
/
activate
Please use the identical endpoint under https://api.rhino.fi/sda. The sda endpoints here exist only for backwards compatibility and will be removed in the future. If you use the SDK, please upgrade to the latest version which uses the correct endpoint.
curl --request PATCH \
  --url https://api.rhino.fi/bridge/deposit-addresses/{depositAddress}/{depositChain}/activate \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

depositAddress
string
required
depositChain
string
required

Response

a boolean

The response is of type boolean.