Transactions
The date from which the transactions are fetched. The comparison is made using the createdAt field of the transactions. The comparison is inclusive, meaning that the transactions created at the provided date are included in the result. The value is in ISO 8601 format. If the value is not provided, the transactions are fetched from the beginning.
2024-12-01T09:07:54.940ZThe date to which the transactions are fetched. The comparison is made using the createdAt field of the transactions. The comparison is exlusive, meaning that the transactions created at the provided date are not included in the result. The value is in ISO 8601 format. If the value is not provided, the transactions are fetched until now.
2024-12-03T10:07:54.940ZThe maximum number of transactions to fetch. The value must be a positive integer. If the value is not provided, the default value is 10. The maximum value is 100.
10A JSON array of transactions.
Whether there are more transactions to fetch with the provided parameters.
The request is invalid.
Invalid API key
An unexpected error occurred.
The transaction ID
Defines whether the specified ID is the transaction ID of the transaction hash.
The transaction
The unique identifier of the transaction.
The type of the transaction. Possible values are:
- OFFRAMP: The transaction is an off-ramping of blockchain asset to fiat currency,
- ONRAMP: The transaction is an on-ramping of fiat currency to blockchain asset.
The status of the transaction. Possible values are:
- IDLE: The transaction has been created and is waiting for the initial funds transfer to be initiated,
- INITIATED: transaction has been initiated, it is in progress of resolution by Rialto,
- COMPLETED: The transaction has been completed,
- CANCELLED: The transaction has been cancelled,
- DISMISSED: The transaction has been dismissed by Rialto.
The idempotency key input at the transaction creation. It is only defined for transactions created by the API
The original amount of the transaction. The value is always positive.
The fiat currency of the transaction. See the list of supported fiat currencies.
The blockchain asset of the transaction. See the list of supported blockchain assets.
The blockchain network of the transaction. See the list of supported blockchains.
The blockchain wallet identifier of transaction.
The bank account identifier of transaction. The fiat currency of the transaction is the one of the bank account.
In case of offramp, string that will replace the default wire reference. Use for specific cases of matching and integration on the client bank side. Field is optional.
The creation date of the transaction.
The date when the transaction was cancelled. Only present if the transaction was cancelled, i.e. in status CANCELLED.
The unique identifier of the client.
The type of the client.
- INDIVIDUAL: The client is an individual.
- ENTITY: The client is an entity.
Invalid API key
The transaction is not found.
An unexpected error occurred.
Last updated