/users/:user_id
This resource gets the details of a given account.*
/users
This resource gets a paginated list of created accounts. 'page' and 'limit' are optional query parameters.*
/users/:user_id/deposits
Use this resource to fund a created account.*
/users/:user_id/withdrawals
Use this resource to withdraw funds from a created account.*
/account/:sender_account_id/transfers/:recipient_account_id
This resource handles money transfers between created accounts.
/account/:account_id/transactions
Resource used to retrieve paginated list of transactions performed on a given account.
/account/:account_id/transactions/:transaction_id
Use this Resource to retrieve a transaction