Send a transaction to the network

Send a transaction to the network

post
/api/v1/hyperliquid/{network}/transaction/send

This endpoint allows you to send a transaction to the network

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkstring · enumRequired

The Hyperliquid network to use

Example: mainnetPossible values:
Body
signedTransactionstringRequired

Signed transaction data

Responses
chevron-right
200

OK

application/json
post
/api/v1/hyperliquid/{network}/transaction/send

Last updated