Documentation Index
Fetch the complete documentation index at: https://mintlify.com/peLuis123/crypto-shop-backend/llms.txt
Use this file to discover all available pages before exploring further.
Get Wallet Balance
Retrieve the TRX balance for the authenticated user’s wallet.Response
The wallet address
The TRX balance in the wallet
Send TRX
Send TRX from the authenticated user’s wallet to another address.Request Body
The destination wallet address
The amount of TRX to send (must be greater than 0)
Response
Success message
The transaction details returned from the blockchain
Error Responses
Error message
All wallet endpoints require authentication via Bearer token in the Authorization header.