spotDeploy

post
/exchange

Deploying HIP-1 and HIP-2 assets:

  • Genesis

  • Register Hyperliquidity

  • Register Spot

  • Register Token2

  • Set Deployer Trading Fee Share

  • User Genesis

Body

Deploying HIP-1 and HIP-2 assets:

  • Genesis
  • Register Hyperliquidity
  • Register Spot
  • Register Token2
  • Set Deployer Trading Fee Share
  • User Genesis
actionany ofRequired

Action to perform.

or
or
or
or
or
or
nonceintegerRequired

Unique request identifier (current timestamp in ms).

expiresAfterintegerOptional

Expiration time of the action.

Responses
200

Successful response without specific data or error response.

application/json
Responseany of

Successful response without specific data or error response.

or
post
/exchange
POST /exchange HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 167

{
  "action": {
    "type": "spotDeploy",
    "genesis": {
      "token": 1,
      "maxSupply": "text",
      "noHyperliquidity": true
    }
  },
  "nonce": 1,
  "signature": {
    "r": "text",
    "s": "text",
    "v": 27
  },
  "expiresAfter": 1
}
{
  "status": "ok",
  "response": {
    "type": "default"
  }
}

Last updated