Requests

To start using the RakkaR API Suite, generate an API Key and authenticate.

The RakkaR API Suite has endpoints for querying account information such as vaults, balances, and transaction histories, as well as for posting administrative requests.

📘

Rakkar API Suite URL

https://openapi.rakkardigital.com

Requests and responses have an application/json Content-Type and follow standard HTTP response status codes for success and failures.

Creating a request

Request bodies should have content type application/json and be valid JSON.

curl -X 'GET' \
  'https://openapi.rakkardigital.com/v1/<API_PATH>' \
  -H 'accept: application/json'
	-H 'x-api-key: <API_KEY>'
	-H 'account-id: <ACCOUNT_ID'>

Read more about API Key generation