Min client for the Wise API.
| prelude.min | ||
| README.md | ||
| wise.min | ||
Wise API client
A catlang interface to the Wise API.
Requires the Min interpreter (pkgs.alt.wciit.min).
The API client is at wise.min and a REPL prelude is at prelude.min.
The REPL prelude loads an API token by executing pass wise/token, which needs to be modified if you are not using pass.
To generate an API token go to Wise.com select your business profile then go to Your Account > Integrations and Tools > API tokens > Add new Token (2‑step login is required).
The REPL can be instantiated with the min -p:prelude.min -i command.
REPL Examples
Retrieve balance data.
choose-balance
Retrieve activity data.
choose-activity
Show quotes for transfering $1000 into Renminbi
"CNY" 1000 "USD" wise.send-quotes show-quotes
Show quotes for transfering dollars into ¥10000.0
10000.0 "CNY" "USD" wise.recv-quotes show-quotes