Account

Return account info of current account

get/account/info

Response

OK

Example response

{
  "results": [
    {
      "account": "0x495d2eb5236a12b8b4ad7d3849ce6a203ce21c43f473c248dfd5ce70d9454fa",
      "created_at": 1681471234972,
      "derivation_path": "m/44'/9004'/0'/0/1",
      "fees": {
        "commission_rate": "0.0001",
        "dated_option_maker_rate": "0.0001",
        "dated_option_taker_rate": "0.0001",
        "discount_rate": "0.9",
        "maker_rate": "0.0001",
        "perp_option_maker_rate": "0.0001",
        "perp_option_taker_rate": "0.0001",
        "spot_maker_rate": "0.0001",
        "spot_taker_rate": "0.0001",
        "taker_rate": "0.0001"
      },
      "isolated_market": "ETHUSD-PERP",
      "parent_account": "0x495d2eb5236a12b8b4ad7d3849ce6a203ce21c43f473c248dfd5ce70d",
      "public_key": "0x495d2eb5236a12b8b4ad7d3849ce6a203ce21c43f473c248dfd5ce70d",
      "username": "username"
    }
  ]
}

Changes

Changed in 3 of the 65 revisions of this API.13

    • added the optional property // to the response with the status

      response-optional-property-added

  • 46a57608a79011See the full diff
    • the // response's property type changed from object to no type for status

      response-property-type-changed

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the media type application/json for the response with the status

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog