Skip to main content
GET
/
transactions
Get all transactions
curl --request GET \
  --url https://api.orafi.app/v1/transactions \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "id": "<string>",
      "amount": 123,
      "status": "<string>",
      "type": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of transactions

success
boolean
message
string
data
object[]