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

The identifier of the account that will be associated with this API call. This value will be provided by Silver Bullion.

Query Parameters
startDate date

If provided, shows the transaction starting from this date. An empty response will be provided if there are no results.

endDate date

If provided, shows transactions conducted up to this date. An empty response will be provided if there are no results.

clientTransactionRef string

If provided, shows transactions using the mentioned client transaction reference. An empty response will be provided if there are no results.

settlementId string

If provided, shows transactions using the mentioned settlementId. An empty response will be provided if there are no results.

Responses
200

Success

Schema
object[]
clientTransactionRef string

Possible values: length ≤ 50

The identifier of the transaction provided by the caller. Each [object] in the API call is deemed as an individual transaction and must remain unique.

transactionTime date-time

The time and date of the transaction, reflected in the RFC3339 format. Time shown here is in SGT.

operation string

Possible values: [Purchase, Sellback]

Describes if this transaction is a purchase or a sellback

currencyCode string

The currency of the fiat amount used to perform the transaction.

fiatAmount money

The total amount of money involved for this particular transaction.

metalAmount number

The total amount of metal involved with this transaction.

metalCode string

The ISO-4271 Alphabetical Code of the Precious Metal (e.g. XAG, XAU, XPT)

rateUsed double

The rate used when performing the transaction. This factors the currency used as well.

status string

Possible values: [RECEIVED, ALLOCATED, SETTLED]

settlementId string

Possible values: length ≤ 100

The settlement identifier provided by the caller.

401

The accountId provided is not the account assigned for your credentials.

Schema
type string

A URI that identifies the specific problem type. This can be an absolute URI or a relative URI that resolves to a document describing the problem type.

title string

A brief, human-readable summary of the problem.

status integer

The HTTP status code generated by the server for this occurrence of the problem. The status code should indicate the nature of the problem.

detail string

A human-readable explanation of the specific problem. This field provides additional details or context about the problem.

instance string

A URI that identifies the specific occurrence of the problem. It can be used to provide additional details or to link to more information.