Tool to retrieve a list of transactions and invoices. Use after authenticating with your API key to fetch historical operations with optional filters and pagination. Example: GetTransactions(status='paid', limit=20).
tointegerEnd date as UNIX timestamp (inclusive)
pageintegerPage number (0-indexed)
typestringFilter by operation type (withdraw, invoice, mass_withdraw)
limitintegerNumber of results per page (max 100)
sinceintegerStart date as UNIX timestamp (inclusive)
statusstringFilter by operation status (pending, paid, cancelled, error, expired, processing)
currencystringFilter by cryptocurrency code, e.g., 'BTC'
order_idstringFilter by your own order ID
order_namestringFilter by your own order name
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.