Send a transaction to the network

Send a transaction to the network

post

This endpoint allows you to send a transaction to the network

Authorizations
Path parameters
networkstring · enumRequired

The Hyperliquid network to use

Example: mainnetPossible values:
Body
signedTransactionstringRequired

Signed transaction data

Responses
200

OK

application/json
post
POST /api/v1/hyperliquid/{network}/transaction/send HTTP/1.1
Host: api.p2p.org
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 28

{
  "signedTransaction": "text"
}
{
  "result": {},
  "error": {}
}

Last updated