Skip to main content

Send User-Signed Action REST API Endpoint

Loading...

Updated on
May 19, 2026

Send User-Signed Action REST API Endpoint

info

Exchange API calls do not consume Quicknode API credits. Transactions through this endpoint are appended with a builder fee. See hyperliquidapi.com for a full breakdown. To white-label with your own builder code, contact us.

This endpoint is not a drop-in replacement for Hyperliquid's native /exchange endpoint. See the Exchange API Overview for key differences.


Body Parameters

action
object
REQUIRED
Loading...
type
string
Loading...
hyperliquidChain
string
Loading...
signatureChainId
string
Loading...
nonce
integer
REQUIRED
Loading...
signature
object
REQUIRED
Loading...
r
string
Loading...
s
string
Loading...
v
integer
Loading...

Returns

success
boolean
Loading...
user
string
Loading...
exchangeResponse
object
Loading...
Request
1
curl -s -X POST https://docs-demo.hype-mainnet.quiknode.pro/hypercore/exchange \
2
-H "Content-Type: application/json" \
3
-d '{
4
"action": {
5
"type": "usdSend",
6
"destination": "0x0000000000000000000000000000000000000001",
7
"amount": "1.0",
8
"hyperliquidChain": "Mainnet",
9
"signatureChainId": "0xa4b1",
10
"time": 1234567890000
11
},
12
"nonce": 1234567890000,
13
"signature": {
14
"r": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab",
15
"s": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12",
16
"v": 28
17
}
18
}'
19
1
curl -s -X POST https://docs-demo.hype-mainnet.quiknode.pro/hypercore/exchange \
2
-H "Content-Type: application/json" \
3
-d '{
4
"action": {
5
"type": "usdSend",
6
"destination": "0x0000000000000000000000000000000000000001",
7
"amount": "1.0",
8
"hyperliquidChain": "Mainnet",
9
"signatureChainId": "0xa4b1",
10
"time": 1234567890000
11
},
12
"nonce": 1234567890000,
13
"signature": {
14
"r": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab",
15
"s": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12",
16
"v": 28
17
}
18
}'
19
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free