Skip to main content

View a list of transactions made with the account.

View a list of transactions made with the account.

Path Parameters
accountId string REQUIRED

Account identifier defined by the customer (i.e. Cust. Ref. No.)

Query Parameters
currency string

The currency to view transactions as valued at. (We retain the original currency and value for deposit and withdrawal however)

limit integer

The number of most recent transactions that we will like to retrieve from this endpoint call.

The fiat currency that we want to query for gold prices in (e.g. SGD). Defaults to system defined base currency if not provided.

Responses
200

Success

Schema
object[]
amount double

The 'amount' of SKU credited to the account for this transaction. In the event of a sale, the amount will be a negative value.

balance double

The 'amount' of SKU left in the account following this transaction.

currency string

The currency of the fiat amount used to perform the transaction

id integer

The identifier number for the mentioned transaction.

sku string

The SKU that is involved with this transaction. For instance, purchase of (sku), or deposit of (sku).

status object

Possible values: [Open, CustomerSent, Completed, Cancelled]

Valid statuses (for this application) on Payment Intents.

time date-time

The time and date of the transaction, reflected in the RFC3339 format.

type string

Possible values: [purchase, debit, sale, storage, credit, deposit, withdrawal]

unit string

The unit of measurement for one unit of sku

value double

The cash value for the given transaction. An exception is if the transaction type is storage, since the amount concerned is on gold balances instead of cash balances. In this particular scenario, the number reflected in that case will be the total account value.