Prime API

From Bitcoin Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Prime API is based on JSON, delivered through HTTPS and is mostly REST-ful.

Public API

Public API calls are available without authentication.

Private API

Private API calls require authentication via:

  • Your personal API key and optionally
  • IP address

Private API is off by default. You need to enable it in your profile.

Get my deposit address

GET /v1/private/deposit_address/:currency_name.json
curl -v --request GET http://localhost:3000/v1/private/deposit_address/BTC.json --header 'Authorization: PrimeExchange 84ffsOscok1Asbbqj28gcscv86M3nj4bRIamFaKe'

{"address":"n2Ccn5em9gcQyBe2QvZnfzzXq8EZh1ncJj"}