---
title: "Get your Proof of Reserves nonce and data."
method: GET
path: "/porl/nonce"
tags: ["Porl"]
---

# Get your Proof of Reserves nonce and data.

`GET /porl/nonce`

## Proof of Reserves Nonce

This endpoint will return the nonce and associated data needed to validate BitMEX reserves data.

<! TODO link to docs, GitHub, etc >

## Response `200`

Request was successful

- Porl — Proof of Reserves/Liabilities
  - `account` integer, required
  - `nonce` string
  - `accountNonce` string, required
  - `total` number, double, required
  - `balance` number, double, required
  - `filename` string
  - `height` number, double, required
  - `created` string, date-time, required

## Other responses

- `400` — Parameter Error
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not Found

## Changes

- **2023-11-29** `9aad85925d8d` — 1 info
  - endpoint added
- **2018-05-30** `0c1c991454e3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitmex/apis/bitmex-api/changes/porl/nonce/get.md)

---

[API](https://skmtc.dev/bitmex/apis/bitmex-api.md) · [All operations](https://skmtc.dev/bitmex/apis/bitmex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmex/bitmex-api/revisions/04c6a16ffd27/schema)
