GET /tweet/account/{account}
GET

/v1/tweet/account/{account}

Tweet verifications by account

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/tweet/account/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
Query parameterValueDescription
limitint (max 1000, default 20)
offsetint (clamped >= 0)
curl 'https://api.xrpl.to/v1/tweet/account/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response2 ms · just now · 0.0 KB · 4 lines
https://api.xrpl.to/v1/tweet/account/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
{
  "tweets": [],
  "count": 0
}

What it does

Tweet verifications by account

OpenAPI