/v1/account/deposit-authorized
Check deposit authorization
Request
https://api.xrpl.to/v1/account/deposit-authorized?source=rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm&destination=rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE| Query parameter | Value | Description |
|---|---|---|
| source | r-address | |
| destination | r-address |
curl 'https://api.xrpl.to/v1/account/deposit-authorized?source=rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm&destination=rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
Response
https://api.xrpl.to/v1/account/deposit-authorized?source=rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm&destination=rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE{ "success": true, "took": 1, "source": "rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm", "destination": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE", "deposit_authorized": true }
What it does
Check deposit authorization