> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cativa.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# [Authenticated] Get current user coin balance



## OpenAPI

````yaml /openapi/tenant.json get /api/v1/monetization/wallet/coins
openapi: 3.0.1
info:
  title: Cativa Social API (public)
  version: public
servers: []
security: []
paths:
  /api/v1/monetization/wallet/coins:
    get:
      tags:
        - Wallets
      summary: '[Authenticated] Get current user coin balance'
      operationId: GetMyCoins
      responses:
        '200':
          description: OK

````