perpDeploy

post
/exchange

Deploying HIP-3 assets.

Body

Deploying HIP-3 assets.

actionany ofRequired

Action to perform.

or
or
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: 318

{
  "action": {
    "type": "perpDeploy",
    "registerAsset": {
      "maxGas": 1,
      "assetRequest": {
        "coin": "text",
        "szDecimals": 1,
        "oraclePx": "text",
        "marginTableId": 1,
        "onlyIsolated": true
      },
      "dex": "text",
      "schema": {
        "fullName": "text",
        "collateralToken": 1,
        "oracleUpdater": "text"
      }
    }
  },
  "nonce": 1,
  "signature": {
    "r": "text",
    "s": "text",
    "v": 27
  },
  "expiresAfter": 1
}
{
  "status": "ok",
  "response": {
    "type": "default"
  }
}

Last updated