get_account_requirements | List the recipient fields Wise requires for a quote’s route (types such as iban, sort_code, aba…, each with its details fields, formats and allowed values) — call it before create_recipient. |
get_balance_statement | Get the JSON statement of one balance between interval_start and interval_end (UTC date-times, at most 469 days apart): transactions, running balance, fees. type COMPACT = one line per transaction, FLAT = fees on separate lines. Served by Wise to personal tokens only for accounts based in US, CA, AU, NZ, SG, MY. |
get_rate | Get the current Wise mid-market rate of a currency pair (source → target); time = a past timestamp for a historical rate, or from/to + group (day, hour, minute) for a history (from/to/group are not available in the sandbox). |
get_recipient | Get one recipient account by id: holder name, currency, type, bank details, active flag. |
get_transfer | Get one transfer by id: status, source/target amounts and currencies, rate, recipient account id, reference, dates. |
list_activities | List the activity feed of a profile (transfers, card payments, conversions, top-ups…), newest first, size 1-100 (default 10). Filter by status, resource type and since/until; pass the response cursor as next_cursor for the next page. |
list_balances | List the multi-currency balance accounts of a profile: id, currency, amount, reservedAmount. types defaults to STANDARD (add SAVINGS for jars). |
list_profiles | List the Wise profiles of the token (personal and business): id, type, name. Every other action needs one of these profile ids. |
list_recipients | List recipient accounts of a profile (defaults to the personal profile), filtered by currency / type (comma-separated), active (default true) or owned_by_customer; size ≤ 20, pass seekPositionForNext as seek_position for the next page. |
list_transfers | List transfers of a profile (defaults to the personal profile — pass profile_id for a business one), filtered by status (comma-separated, e.g. outgoing_payment_sent,cancelled), currencies and creation date range; paginate with limit/offset. Read only: transfers cannot be created here. |