Skip to main content

Build Priority Funding Deposit REST API Endpoint

Loading...

Updated on
May 19, 2026

Build Priority Funding Deposit 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.


Body Parameters

action
object
REQUIRED
Loading...
type
string
Loading...
wei
integer
Loading...

Returns

hash
string
Loading...
nonce
integer
Loading...
action
object
Loading...
type
string
Loading...
wei
integer
Loading...
hyperliquidChain
string
Loading...
signatureChainId
string
Loading...
nonce
integer
Loading...
actionType
string
Loading...
typedData
object
Loading...
domain
object
Loading...
types
object
Loading...
primaryType
string
Loading...
message
object
Loading...
nextStep
string
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": "cDeposit",
6
"wei": 100000
7
}
8
}'
9
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": "cDeposit",
6
"wei": 100000
7
}
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free