Skip to main content
GET
/
wallets
/
me
Gets current user's wallet.
curl --request GET \
  --url https://api.leadping.ai/wallets/me
{
  "balance": "<string>",
  "balanceCalculatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "modifiedAt": "2023-11-07T05:31:56Z"
}

Response

Wallet was successfully retrieved.

API response containing wallet data returned to callers.

balance
string<double> | null

The monetary balance for this wallet.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
balanceCalculatedAt
string<date-time> | null

The date and time for the balance calculated at value on this wallet.

name
string
id
string
createdAt
string<date-time>
modifiedAt
string<date-time> | null