Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hyperbeat Hyperliquid API

The Hyperliquid API from Hyperbeat — 6 operation(s) for hyperliquid.

Hyperbeat Hyperliquid API is published by Hyperbeat on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Hyperliquid. The published artifact set on APIs.io includes an OpenAPI specification, a getting-started guide, and an API reference.

This API exposes 6 operations across 6 paths, and defines 31 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.p2p.org, https://api-test.p2p.org.

6 operations 6 paths 31 schemas 1 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.p2p.org
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Hyperbeat Hyperliquid API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearer). By default, every request must be authenticated.

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 1 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Hyperliquid 6
POST
/api/v1/hyperliquid/{network}/staking/delegate
Delegate HYPE tokens to P2P validator
hyperliquid-delegate 1 param body → 200400401500
GET
/api/v1/hyperliquid/{network}/staking/info
Get Hyperliquid staking information for delegator
hyperliquid-info 1 param body → 200400401500
POST
/api/v1/hyperliquid/{network}/transaction/send
Send a transaction to the network
hyperliquid-send 1 param body → 200400401500
POST
/api/v1/hyperliquid/{network}/staking/transfer
Transfer HYPE tokens from SPOT to STAKING balance
hyperliquid-transfer 1 param body → 200400401500
POST
/api/v1/hyperliquid/{network}/staking/undelegate
Undelegate HYPE tokens from P2P validator
hyperliquid-undelegate 1 param body → 200400401500
POST
/api/v1/hyperliquid/{network}/staking/withdraw
Withdraw undelegated HYPE tokens to SPOT balance
hyperliquid-withdraw 1 param body → 200400401500

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are HyperLiquidStakingInfoResponseDto (4 properties), ValidationException (4 properties), NotEnoughStakingBalanceException (3 properties), HyperLiquidStakingDelegationDto (3 properties). Each schema is shown below with its type and property counts.

HyperLiquidStakingDelegationDto
object
3 properties 3 required
InvalidSignedTransactionException
object
3 properties 3 required
HyperLiquidStakingSendResponseDto
object
2 properties 2 required
UnexpectedSendingTransactionException
object
3 properties 3 required
UndelegateUnexpectedException
object
3 properties 3 required
HyperLiquidStakingTransferRequestDto
object
2 properties 2 required
DelegationLockedException
object
3 properties 3 required
ValidationException
object
4 properties 4 required
ExceptionResponse
object
2 properties 2 required
HyperLiquidStakingSendRequestDto
object
1 property 1 required
DelegateUnexpectedException
object
3 properties 3 required
HyperLiquidStakingDelegateRequestDto
object
2 properties 2 required
WithdrawUnexpectedException
object
3 properties 3 required
WrongTokenException
object
3 properties 3 required
NotEnoughSpotBalanceException
object
3 properties 3 required
TokenGuardException
object
3 properties 3 required
HyperLiquidStakingInfoRequestDto
object
1 property 1 required
NotEnoughDelegatedBalanceException
object
3 properties 3 required
HyperLiquidStakingUndelegateResponseDto
object
3 properties 3 required
HyperLiquidStakingDelegateResponseDto
object
3 properties 3 required
HyperLiquidStakingUndelegateRequestDto
object
2 properties 2 required
HyperLiquidStakingWithdrawResponseDto
object
3 properties 3 required
NoTokenException
object
3 properties 3 required
GetStakingInfoUnexpectedException
object
3 properties 3 required
HyperLiquidStakingTransferResponseDto
object
3 properties 3 required
TransferSpotToStakingUnexpectedException
object
3 properties 3 required
HyperLiquidStakingWithdrawRequestDto
object
2 properties 2 required
HyperLiquidStakingInfoResponseDto
object
4 properties 4 required
SuccessResponse
object
2 properties 2 required
NotEnoughStakingBalanceException
object
3 properties 3 required
ValidationErrorResponse
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hyperbeat-hyperliquid-api-openapi.yml Raw ↑