POST
/
transactions
/
index
curl --request POST \
  --url https://api.relay.link/transactions/index \
  --header 'Content-Type: application/json' \
  --data '{
  "chainId": "<string>",
  "txHash": "<string>"
}'
{
  "message": "<string>"
}

Body

application/json
chainId
string
required
txHash
string
required

Response

200 - application/json
Default Response
message
string