Get Address limit

Request

GET https://custody-example-url/custody/v1/api/projects/{b_id}/addresses/apply-limit

Response

Field Type Description
code Integer Response status code
message String Response message
successful Boolean Whether the request was successful
data Object Address limit data
└─ address_additional Integer Total additional addresses purchased
└─ hot_address_limit Integer Total quota limit for hot wallet addresses
└─ hot_address_used Integer Number of hot wallet addresses used
└─ cold_address_limit Integer Total quota limit for cold wallet addresses
└─ cold_address_used Integer Number of cold wallet addresses used
└─ hot Object Details for various types of hot wallets
└─── common Object Common hot wallet
└───── address_limit Integer Address limit for common hot wallet
└───── address_used Integer Number of addresses used in common hot wallet
└─── NEAR_NEAR Object NEAR hot wallet
└───── address_limit Integer Address limit for NEAR hot wallet
└───── address_used Integer Number of addresses used in NEAR hot wallet
└─── TON_TON Object TON hot wallet
└───── address_limit Integer Address limit for TON hot wallet
└───── address_used Integer Number of addresses used in TON hot wallet
└─── XLM Object XLM hot wallet
└───── address_limit Integer Address limit for XLM hot wallet
└───── address_used Integer Number of addresses used in XLM hot wallet
└─── EOS_EOS Object EOS hot wallet
└───── address_limit Integer Address limit for EOS hot wallet
└───── address_used Integer Number of addresses used in EOS hot wallet
└─ cold Object Details for various types of cold wallets
└─── common Object Common cold wallet
└───── address_limit Integer Address limit for common cold wallet
└───── address_used Integer Number of addresses used in common cold wallet
└─── ETH Object ETH cold wallet
└───── address_limit Integer Address limit for ETH cold wallet
└───── address_used Integer Number of addresses used in ETH cold wallet
└─── XLM Object XLM cold wallet
└───── address_limit Integer Address limit for XLM cold wallet
└───── address_used Integer Number of addresses used in XLM cold wallet
└─── TRX Object TRX cold wallet
└───── address_limit Integer Address limit for TRX cold wallet
└───── address_used Integer Number of addresses used in TRX cold wallet

Response Example

{
    "code": 0,
    "message": "",
    "data": {
        "address_additional": 0,
        "hot_address_limit": 500,
        "hot_address_used": 140,
        "cold_address_limit": 315,
        "cold_address_used": 8,
        "hot": {
            "NEAR_NEAR": {
                "address_limit": 5,
                "address_used": 3,
            },
            "common": {
                "address_limit": 500,
                "address_used": 140,
            },
            "TON_TON": {
                "address_limit": 2,
                "address_used": 0,
            },
            "XLM": {
                "address_limit": 10,
                "address_used": 6,
            },
            "EOS_EOS": {
                "address_limit": 0,
                "address_used": 0,
            }
        },
        "cold": {
            "common": {
                "address_limit": 5,
                "address_used": 4,
            },
            "ETH": {
                "address_limit": 5,
                "address_used": 3,
            },
            "XLM": {
                "address_limit": 10,
                "address_used": 1,
            },
            "TRX": {
                "address_limit": 0,
                "address_used": 0,
            }
        }
    },
    "successful": true
}

Copyright © 2025 Cactus Custody all right reserved,powered by GitbookUpdated: 11-Sep-2025 10:57:01

results matching ""

    No results matching ""

    results matching ""

      No results matching ""