You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Description
Allow transaction retrieval from a database using a transaction ID. Create an action called
multisig.get
accepting JSON withserviceId
property.The transaction can be retrieved by any HTTP client, by accessing the following endpoint:
/api/v2/transactions/multisig?serviceId=<serviceId>
The format is the same as the response during transaction initiation.
Motivation
Retrieval of a certain transaction by ID has to be possible.
Acceptance Criteria
Additional Information
Request
GET /api/v2/transactions/multisig
get.transactions.multisig
Response
200 OK
The text was updated successfully, but these errors were encountered: