Skip to main content
POST
/
send
Create send calldata
curl --request POST \
  --url https://trade-api.gateway.uniswap.org/v1/send \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "sender": "<string>",
  "recipient": "<string>",
  "token": "<string>",
  "amount": "<string>",
  "chainId": 1,
  "urgency": "urgent"
}'
{
  "requestId": "<string>",
  "send": {
    "to": "<string>",
    "from": "<string>",
    "data": "<string>",
    "value": "<string>",
    "gasLimit": "<string>",
    "chainId": 1,
    "maxFeePerGas": "<string>",
    "maxPriorityFeePerGas": "<string>",
    "gasPrice": "<string>"
  },
  "gasFee": "<string>",
  "gasFeeUSD": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
sender
string
required
recipient
string
required
token
string
required
amount
string
required
chainId
enum<number>
required
Available options:
1,
10,
56,
130,
137,
324,
480,
1868,
8453,
10143,
42161,
42220,
43114,
81457,
7777777,
1301,
84532,
11155111,
143
urgency
enum<string>
default:urgent
Available options:
normal,
fast,
urgent

Response

requestId
string
required
send
object
required
gasFee
string
gasFeeUSD
string