Are transactions performed using the REST API when using the Classic API?

I know that transactions made through the Classic API will not be returned when using the REST API. But what about the other way around? Can I pull out all transactions when using the classic API?

+5
source share
1 answer

The REST API uses a different set of identifiers for its data model, which are not similar / compatible with identifiers used by classical APIs.

Therefore, at the moment this is not possible.

+1
source

Source: https://habr.com/ru/post/1245272/


All Articles