Skip to main content
POST
Get the authenticated partner’s transaction history and current balance. Partner routes use HMAC headers, so this page provides a copyable request instead of the interactive playground.

Authentication

string
required
API key ID issued for the partner integration
string
required
Partner identifier such as VULT
string
required
RFC3339 timestamp used when generating the signature
string
required
Hex-encoded HMAC-SHA256 of METHOD + "\n" + PATH + "\n" + TIMESTAMP + "\n" + BODY

Request Body

integer
default:"20"
Number of transactions (max 100)
integer
default:"0"
Pagination offset

Example

Response

Notes

  • Returns empty transactions array if partner has no transactions yet
  • Account is created on first cash-in transaction

Errors

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Headers

X-API-Key-ID
string
required
X-Partner-ID
string
required
X-Timestamp
string
required
X-Signature
string
required

Body

application/json
limit
integer
offset
integer

Response

200 - application/json

Success

The response is of type object.