finance
Virtual Wallet
A virtual wallet to manage digital money. Credit, debit, transfer and more.
Get the balance of a wallet
Create a new wallet
Add credit to a wallet
Debit a wallet
Delete a wallet
List your wallets
Get wallet by id
List the transactions for a wallet
Make a transfer from one wallet to another
Endpoint | Credits |
---|---|
Balance | Base |
Create | Base |
Credit | Base |
Debit | Base |
Delete | Base |
List | Base |
Read | Base |
Transactions | Base |
Transfer | Base |
Base requests are 0.000001 credit per request (1 credit = $1 USD)
Balance Request
Response
{
"balance": "0"
}