Skip to main content

Get Transaction Info

GET getTransactionInfo

You can retrieve a transaction information.

HTTP Request

https://interfacev2.flashift.app/api/dev/v2/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
{
"symbol_from": "btc",
"network_from": "btc",
"symbol_to": "usdt",
"network_to": "eth",
"amount_from": "0.1",
"amount_to": "6403.14",
"address_from": "bc1qdej29kmxzerep8tae9pz3hmpp86nxe8txvg50u",
"address_to": "0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326",
"address_refund": null,
"status": "overdue",
"hash_from": null,
"hash_to": null,
"created_at": 1787078231,
"extra_from": null,
"extra_to": null,
"extra_refund": null
}