finance

Wallet

Virtual Wallet

Introduction

A virtual wallet to manage digital money. Credit, debit, transfer and more.

Features

Balance

Get the balance of a wallet

Create

Create a new wallet

Credit

Add credit to a wallet

Debit

Debit a wallet

Delete

Delete a wallet

List

List your wallets

Read

Get wallet by id

Transactions

List the transactions for a wallet

Transfer

Make a transfer from one wallet to another

Pricing

EndpointCredits
BalanceBase
CreateBase
CreditBase
DebitBase
DeleteBase
ListBase
ReadBase
TransactionsBase
TransferBase

Base requests are 0.000001 credit per request (1 credit = $1 USD)

Example

Balance Request

Response

{
    "balance": "0"
}