Skip to main content

Get Transaction Info

GET getTransactionInfo

You can retrieve a transaction information.

HTTP Request

https://interface.flashift.app/api/dev/v1/getTransactionInfo

Request

Header Parameters

NameTypeRequiredDescription
AuthorizationstringYesYour API Key
AcceptstringYesSet this to application/json

Request Parameters

NameTypeRequiredDescription
exchange_idstringYesThe unique identifier for the exchange transaction

Response

Sample Response

application/json
{
"currency_from": "btc",
"currency_to": "eth",
"amount_from": "0.1",
"amount_to": "9833.9734",
"address_from": "bc1qtc20qp3scn4fuscmhplkuxne2k25g5ycafshye",
"extra_from": null,
"address_to": "0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326",
"extra_to": null,
"status": "waiting",
"hash_from": null,
"hash_to": null,
}