Arcanum pay
  1. Operation
Arcanum pay
  • GETTING STARTED
    • Documentation Overview
    • How to Get API Keys
    • Currencies and Networks
    • Request Authorization
  • API REFERENCE V1
    • Operation
      • Create Deposit
        POST
      • Create Withdrawal
        POST
      • Get Transaction By Id
        GET
    • Balance
      • Get Project Balance
    • Currency
      • Get Available Currencies
    • Wallets
      • Get Static Wallet
    • Callbacks
      • Verify Callback
  1. Operation

Get Transaction By Id

GET
/api/v1/operation/transaction/{id}

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Body

🟢200Success
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.arcanumpay.com/api/v1/operation/transaction/' \
--header 'project-id;' \
--header 'api-key;'
Response Response Example
200 - OK - Example 1
{
    "success": true,
    "data": {
        "id": "6bcd204b-6ef7-45fd-b403-daec1f2b267b",
        "externalId": "eeb553e3-8ae8-4488-aab6-ceff95470ea6",
        "status": 1,
        "actualAmount": "100.03",
        "initAmount": "200",
        "transactionActionType": "redirect",
        "txHash": "0xeefvretr3rtfger....",
        "additionalInfo": "tece43fef....",
        "toAddress": "0xedewrt34tg....",
        "fromAddress": "0xedewrt34tg....",
        "accuracyPaymentPercent": 0,
        "createdAt": "Sat Sep 13 2025 20:53:57 GMT+0300 (Москва, стандартное время)",
        "updatedAt": "Sat Sep 13 2025 20:53:57 GMT+0300 (Москва, стандартное время)",
        "operationType": 1,
        "processingFee": "string",
        "currencyName": "USDT",
        "cryptoNetwork": 2,
        "project": {
            "id": "6622404e-f7d9-41df-b2e0-cd69e946aa64",
            "whiteLabelLogoLink": "https://logo.com",
            "whiteLabelProductName": "Some company"
        },
        "qrCode": null,
        "addressQrCode": null,
        "lifetime": 3600,
        "failedReason": null,
        "savedUrls": {
            "failedUrl": "https://failed.com",
            "successUrl": "https://success.com",
            "processingReturnUrl": "https://processing.com"
        }
    },
    "error": null
}
Modified at 2025-09-13 18:58:36
Previous
Create Withdrawal
Next
Get Project Balance
Built with