Get Transaction By externalReference

Request URL:

  • /v1/transaction/by-reference

Method:

  • POST

Supported Symbol

  • TRON

Parameter:

Parameter name
Required
Type
Explain

merchant_id

Yes

string

hash

Yes

string

data

Yes

object

—symbol

Yes

string

tron

—timestamp

Yes

number

—externalReference

No

string

a-z, 0-9, length 12-18

Request example

 {
  "merchant_id": "9cc5c-d243a-9f952-66b92",
  "hash": "sm2uliyCbmCP0ISZw/Cm41qO3jbww7VdoH27MLWfrcDHY7IfiEPIC72VCovIlEfmeQAI3wFrKoZiflbCJKpFOA==",
  "data": {
    "symbol": "tron",
    "timestamp": 1582886573,
    "externalReference" : "dfdaj281812222"
  }
}

Return example

Last updated