/wallet
Generated from openapi.yaml. 1 operation.Download the specification.
GET/v1/wallet/balance
Read a wallet's token balance
Unauthenticated, because checkout runs in the payer's browser before any mandate exists. It reads a public on-chain balance and returns nothing that is not already readable from the chain.
No authentication. This endpoint is public.
Path and query parameters
| Name | In | Required | Description |
|---|---|---|---|
address | query | yes | |
mint | query | yes |
Responses
| Status | Description |
|---|---|
200 | balance with address |
400 | address or mint missing |