Skip to main content
GET
/
v1
/
protocols
/
transactions
/
{hash}
Get cross-chain transaction by hash
curl --request GET \
  --url https://api.range.org/v1/protocols/transactions/{hash} \
  --header 'X-API-KEY: <api-key>'
{
  "transaction": {
    "id": "<string>",
    "sender": "<string>",
    "senderEntity": "<string>",
    "senderName": "<string>",
    "senderAsset": "<string>",
    "senderAmount": 123,
    "senderTransactionHash": "<string>",
    "senderChain": "<string>",
    "receiver": "<string>",
    "receiverEntity": "<string>",
    "receiverName": "<string>",
    "receiverAsset": "<string>",
    "receiverAmount": 123,
    "receiverTransactionHash": "<string>",
    "receiverChain": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "protocol": "<string>",
    "usdValue": 123,
    "status": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

hash
string
required

Transaction hash (sender or receiver hash)

Example:

"A3F5B7..."

Response

200 - application/json

Cross-chain transaction details

transaction
object
required

Cross-chain transaction details