Functions of FXTR v2

FXTR v2 is an adapter that provides the following functions:

Payment functionality:

GET /accountes/{account_type} = Get info by account_type

POST /accountes/{account_type} = Create

GET /accountes/{account_type}/{account_id} = Get account info

PATCH = update account

The API is available under the following PATH: Base URL: /api/v2/fxtr.

Note: The configuration of entrypoints field is described in Config file.

Last updated