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

Get Static Wallet

GET
/api/v1/wallets/static

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.arcanumpay.com/api/v1/wallets/static?currencyName&cryptoNetwork' \
--header 'project-id;' \
--header 'api-key;'
Response Response Example
{
    "success": true,
    "data": {
        "id": "81ed0513-07db-41a1-bc97-abc308859552",
        "balance": "100",
        "address": "0:dk3ijfjwefjiejfew",
        "isScamWallet": false,
        "status": 1,
        "projectId": "bf530842-3c43-4426-a269-01e8e8922af1",
        "createdAt": "2025-09-13T17:53:57.819Z",
        "updatedAt": "2025-09-13T17:53:57.819Z",
        "currency": {
            "id": "233442",
            "currencyName": "USDT",
            "cryptoNetwork": 2,
            "currencyType": 1,
            "isCoin": false,
            "isSupportAsyncObserver": true,
            "feeFixed": 1,
            "feePercent": 0.01
        }
    },
    "error": null
}
Modified at 2025-09-13 18:59:25
Previous
Get Available Currencies
Next
Verify Callback
Built with