Skip to main content
GET
/
v1
/
custody
/
internal_address_info
request(
  "GET",
  "/v1/custody/internal_address_info/",
  {
    "coin": "ETH",
    "address": "0x544094588811118b7701cf4a9dea056e775b4b4e",
  },
  api_key, api_secret, host
)
{
  "success": true,
  "result": {
    "coin": "ETH",
    "address": "0x544094588811118b7701cf4a9dea056e775b4b4e",
    "is_internal_address": true,
    "internal_org": "CoboWalletProduction",
    "internal_wallet": "CoboWalletProduction"
  }
}

Documentation Index

Fetch the complete documentation index at: https://cobo.com/developers/llms.txt

Use this file to discover all available pages before exploring further.

To check if the address available for Loop transaction. More info about Loop: https://loop.top/

Request

coin
String
required
The coin type of the address.
address
String
required
The address to check.
memo
String
The memo associated with the address (if any).

Response

success
bool
request successful or failed
result
object
request(
  "GET",
  "/v1/custody/internal_address_info/",
  {
    "coin": "ETH",
    "address": "0x544094588811118b7701cf4a9dea056e775b4b4e",
  },
  api_key, api_secret, host
)
{
  "success": true,
  "result": {
    "coin": "ETH",
    "address": "0x544094588811118b7701cf4a9dea056e775b4b4e",
    "is_internal_address": true,
    "internal_org": "CoboWalletProduction",
    "internal_wallet": "CoboWalletProduction"
  }
}