POST
/
v3
/
schedule-transaction
curl --request POST \
  --url https://bridge-swap.aarc.xyz/v3/schedule-transaction \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "requestId": "<string>",
  "fromAddress": "<string>",
  "toAddress": "<string>",
  "token": "<string>",
  "amount": "<string>",
  "scheduleTime": "2023-11-07T05:31:56Z"
}'
{
  "transactionId": "<string>",
  "status": "<string>"
}

Authorizations

x-api-key
string
header
required

API key required for authentication

Headers

x-api-key
string
required

API key for authentication

Body

application/json

Transaction details to be scheduled

The body is of type object.

Response

201
application/json

Transaction successfully scheduled for monitoring

The response is of type object.