/v1/submit/account/{address}/inbound-tags
Destination-tag usage of recent inbound payments (send-screening advisory; tagsExpected = recent deposits overwhelmingly tagged)
Request
https://api.xrpl.to/v1/submit/account/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE/inbound-tags| Path parameter | Value | Description |
|---|---|---|
| address | An XRPL account, its r-address |
curl 'https://api.xrpl.to/v1/submit/account/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE/inbound-tags'
Response
https://api.xrpl.to/v1/submit/account/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE/inbound-tags{ "success": true, "took": 1, "account": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE", "sampleSize": 0, "tagged": 0, "taggedPct": 0, "distinctSenders": 0, "tagsExpected": false }
{ success, took, account, sampleSize, tagged, taggedPct, distinctSenders, tagsExpected }
What it does
Destination-tag usage of recent inbound payments (send-screening advisory; tagsExpected = recent deposits overwhelmingly tagged)