Wallet
The wallet API is for you who want to control your financials
7 subscribers
4871 ms avg latency
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Wallet endpoints
| Method | Endpoint | Description |
|---|---|---|
| User | ||
| POST |
Create User /user/sign-up |
To create the user you need to tell us some basic informations |
| POST |
Get User /user/sign-in |
A basic sign in to get an user token |
| GET |
Get User By Id /user/{id} |
Get user information by Id |
| GET |
Get User By Token /user/token/{token} |
Get User information using current token |
| Wallet | ||
| POST |
Create Wallet /wallet |
Create wallet based on name, userId, balance and currency(BRL,USD,etc...) |
| GET |
Total User Balance /wallet/total-balance/{userId} |
returns all user balance getting all walets balances |
| GET |
Get User Wallets /wallet/{userId} |
returns all user wallets |
| PATCH |
Share Wallet /wallet/share-wallet |
Share your wallet with another user using user id |
| PATCH |
Update Wallet /wallet/update-balance |
Update Wallet balance value |
| PATCH |
Subtract Wallet Balance /wallet/minus-balance |
Subtract the balance value in any user wallet |
| PATCH |
Add Wallet Balance /wallet/plus-balance |
Add balance value in any user wallet |
Wallet pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 15 / hour |
|
| PRO Recommended | $0.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|