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

Response

200 - application/json

Default Response

The response is of type object.