Send a transaction to the network
This endpoint allows you to send a transaction to the network
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkstring · enumRequiredExample:
The Hyperliquid network to use
mainnetPossible values: Body
signedTransactionstringRequired
Signed transaction data
Responses
200
OK
application/json
400
Bad request
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
post
/api/v1/hyperliquid/{network}/transaction/sendLast updated