Get transaction by ID
GET {{baseUrl}}/{{version}}/transaction/:transactionId
Get a single transaction by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"transaction":{"description":"Paying other debts","tags":["debts","other"],"senderId":4888651368497152,"id":"5471531668865024","fee":0,"created":"2020-08-31T16:10:19.163071+00:00","receiverId":6341320293482496,"source":"self","amount":-20000,"externalId":"external_id2","balance":171966}}