Skip to content

spragaa/monobank_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monobank API Client

This is a synchronous Monobank API wrapper written entirely in Rust. It has been implemented solely for learning purposes. For more details on the Monobank API, refer to their official documentation.

How to Use

Requests

There are 3 available requests:

  1. request_currencies()
  2. request_user_info()
  3. request_payments(account, from, to)

Integration Example

Once you receive the data from these requests, you can integrate it into your workflow, see src/bin/example.rs for reference.

Setup

To get started, follow these steps:

  1. Create a Token: Obtain your API token from Monobank's API portal.

  2. Set Environment Variable: Export your API token in your local environment: export API_KEY=<your token here>

About

Synchronous Monobank API wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages