GET /keys/{wallet}
GET

/v1/keys/{wallet}

List API keys for wallet

Authwallet signature

Request

GEThttps://api.xrpl.to/v1/keys/{wallet}
Path parameterValueDescription
walletYour wallet's r-address
curl 'https://api.xrpl.to/v1/keys/{wallet}'
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

List API keys for wallet

OpenAPI