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

Documentation Index

Fetch the complete documentation index at: https://docs.relay.link/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
requestId
string
required
chainId
string
required
tx
string
required

Response

200 - application/json

Default Response

message
string