GET /account/deposit-authorized
GET

/v1/account/deposit-authorized

Check deposit authorization

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/account/deposit-authorized?source=rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm&destination=rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Query parameterValueDescription
sourcer-address
destinationr-address
curl 'https://api.xrpl.to/v1/account/deposit-authorized?source=rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm&destination=rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response3 ms · just now · 0.2 KB · 7 lines
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

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI