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

Body

application/json

Response

200 - application/json

Default Response

The response is of type object.