Download OpenAPI specification:
The wallet address server exposes publicly accessible information about an Open Payments wallet address, including basic account details and the cryptographic keys used to verify requests from this wallet address.
Endpoints:
GET / — retrieve public details for a wallet addressGET /jwks.json — retrieve the JSON Web Key Set (JWKS) for a wallet addressFor an overview of wallet addresses and how they work in Open Payments, see the Wallet addresses concepts page.
Retrieve the public information of the Wallet Address.
This endpoint should be open to anonymous requests as it allows clients to verify a Wallet Address URL and get the basic information required to construct new transactions and discover the grant request URL.
The content should be slow changing and cacheable for long periods. Servers SHOULD use cache control headers.
{- "publicName": "Alice",
- "assetCode": "USD",
- "assetScale": 2,
}