cURL
curl --request GET \ --url https://api.range.org/v1/protocols/transactions/{hash} \ --header 'Authorization: Bearer <token>'
{ "transaction": { "id": "<string>", "sender": "<string>", "senderAsset": "<string>", "senderAmount": 123, "senderTransactionHash": "<string>", "senderChain": "<string>", "receiver": "<string>", "receiverAsset": "<string>", "receiverAmount": 123, "receiverTransactionHash": "<string>", "receiverChain": "<string>", "timestamp": "2023-11-07T05:31:56Z", "protocol": "<string>", "usdValue": 123, "senderEntity": "<string>", "senderName": "<string>", "receiverEntity": "<string>", "receiverName": "<string>", "status": "<string>" } }
Returns a single cross-chain transaction by its hash
Use Authorization: Bearer
Transaction hash (sender or receiver hash)
"A3F5B7..."
Cross-chain transaction details
Show child attributes