cURL
curl --request GET \ --url https://api.rhino.fi/sda/routing-deposit-addresses/{depositAddress}/{depositChain} \ --header 'Authorization: Bearer <token>'
{ "depositChain": "<string>", "depositAddress": "<string>", "routes": [ { "action": { "destinationChain": "<string>", "destinationAddress": "<string>", "_tag": "bridge" }, "matcher": { "symbolsOrAddresses": [ "<string>" ], "_tag": "sentToken" }, "priority": 1 } ], "addressNote": "<string>", "refundAddress": "<string>", "webhookUrl": "<string>" }
Returns the status of a routing deposit address on a given chain.
JWT token for authentication
a string that will be trimmed
RoutingDepositAddress
a non empty string
1
Show child attributes
a string at most 80 character(s) long
80