Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.85 KB

PorlApi.md

File metadata and controls

56 lines (33 loc) · 1.85 KB

\PorlApi

All URIs are relative to https://www.bitmex.com/api/v1

Method HTTP request Description
PorlGetNonce Get /porl/nonce Get your Proof of Reserves nonce and data.
PorlGetSnapshots Get /porl/snapshots Get Proof of Reserves historical snapshots

PorlGetNonce

Porl PorlGetNonce(ctx, ) Get your Proof of Reserves nonce and data.

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 >

Required Parameters

This endpoint does not need any parameter.

Return type

Porl

Authorization

apiExpires, apiKey, apiSignature

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json, application/xml, text/xml, application/javascript, text/javascript

[Back to top] [Back to API list] [Back to Model list] [Back to README]

PorlGetSnapshots

[]XAny PorlGetSnapshots(ctx, ) Get Proof of Reserves historical snapshots

Required Parameters

This endpoint does not need any parameter.

Return type

[]XAny

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json, application/xml, text/xml, application/javascript, text/javascript

[Back to top] [Back to API list] [Back to Model list] [Back to README]