POST /user/{account}/labels
POST

/v1/user/{account}/labels

Create/update a wallet label (per-tier cap; 402 when limit reached)

Authwallet signature

Request

POSThttps://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/labels
Path parameterValueDescription
accountAn XRPL account, its r-address
Body
Body fieldsas documented
{ wallet, label (1-50 chars), watching? }
curl -X POST 'https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/labels'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Create/update a wallet label (per-tier cap; 402 when limit reached)

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