GET
/
transactions
curl --request GET \
  --url https://api-sandbox.lumx.io/transactions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "on-ramp",
      "state": {
        "status": "awaiting_funds",
        "transactionHash": "<string>",
        "blockExplorerUrl": "<string>",
        "payment": {
          "rail": "pix",
          "brCode": "00020126580014br.gov.bcb.pix0136123e4567-e89b-12d3-a456-4266141740005204000053039865802BR5915Test Merchant6009Sao Paulo62070503***63041234"
        }
      },
      "request": {
        "sourceCurrency": "BRL",
        "targetCurrency": "USDC",
        "amount": "100.99",
        "payment": {
          "rail": "pix"
        }
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Response

200 - application/json
The list of transactions was retrieved successfully.
data
object[]

An array containing all transactions made by wallets of this project.