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 code
message String Response message
successful Boolean If the request is successful
data Object Data object
address_additional Integer Total additional address purchased
hot_address_limit Integer Common hot address limit
hot_address_used Integer Common hot address used
cold_address_limit Integer Common cold address limit
cold_address_used Integer Common cold address used
hot Object[] Details for different type of hot addresses
-NEAR_NEAR Object Details for Near hot address
--address_limit Integer Address limit for Near hot wallet
--address_used Integer Address used for Near hot wallet
-common Object Details for normal hot address
--address_limit Integer Address limit for normal hot wallet
--address_used Integer Address used for normal hot wallet
-TON_TON Object Details for Ton hot address
--address_limit Integer Address limit for Ton hot wallet
--address_used Integer Address used for Ton hot wallet
-XLM Object Details for XLM hot address
--address_limit Integer Address limit for XLM hot wallet
--address_used Integer Address used for XLM hot wallet
-EOS_EOS Object Details for EOS hot address
--address_limit Integer Address limit for EOS hot wallet
--address_used Integer Address used for XLM hot wallet
cold Object[] Details for different type of cold addresses
-common Object Details for common cold address
--address_limit Integer Address limit for common cold wallet
--address_used Integer Address used for common cold wallet
-ETH Object Details for ETH cold address
--address_limit Integer Address limit for ETH cold wallet
--address_used Integer Address used for ETH cold wallet
-XLM Object Details for XLM cold address
--address_limit Integer Address limit for XLM cold wallet
--address_used Integer Address used for XLM cold wallet
-TRX Object Details for TRX cold address
--address_limit Integer Address limit for TRX cold wallet
--address_used Integer Address used for 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: 06-Aug-2025 02:34:43

results matching ""

    No results matching ""

    results matching ""

      No results matching ""