get/api/v2/{coin}/admin/address/{address}

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
    Min length: >= 1 characters
  • addressstringRequired
    Min length: >= 1 characters

200 Response

One of
id string required
Platform public ID for an address
coin string required
The coin/chain for this address
Example: btc
wallet string required
Wallet ID containing this address
chain number required
Chain index (0 for receive addresses, 1 for change addresses, etc.)
Allowed values: 0 1 10 11 20 21 30 31 40 41
index number required
Address index within the chain
address string
The address string
balance object
Balance information (not in DB but annotated in API)
balanceString string required
String representation of the balance. Guaranteed to not lose precision.
Example: 500000
confirmedBalanceString string required
The total balance of confirmed transactions for the address (in the chain's base unit). Guaranteed to not lose precision.
Example: 400000
spendableBalanceString string required
The total balance of the address (in the chain's base unit) which may be used as inputs for creating new transactions in string representation. Guaranteed to not lose precision.
Example: 40000
updatedOne of
The last time a transaction affected the balance of this address
balance number
Example: 50000
lockedBalanceString string
reservedBalanceString string
totalReceived number
The total amount received on this address (in the chain's base unit)
totalSent number
The total amount sent from this address (in the chain's base unit)
transferCount number
tokens object
nfts object
unsupportedNfts object
type
metadata
coinSpecificOne of
Properties specific to certain coin types
rootAddress string required
trustedTokens array[object]
addressVersion number
threshold number
bitgoKey
bitgoPubKey string
label string
User-defined label for this address
Max length: <= 250 characters
Example: Bob's Hot Wallet Address
lastNonce number
Last nonce used for this address
token string
Token identifier if this is a token address
proof string
Proof data
signature string
Signature data
lastConsolidatedTimeOne of
Last time this address was consolidated
needsConsolidation boolean
Whether this address needs consolidation
tokenConsolidationState dictionary<string, boolean>
Token consolidation state mapping
boolean
tokenAddress dictionary<string, object>
Token addresses (not in DB but annotated in API)
dictionary<string, string>
nonceTracking object
Nonce tracking information
assignedNonces array[object] required
Array of assigned nonces
availableNonces array[number] required
Array of available nonce values
referenceAddressId string
Reference address ID for EVM keyring wallets

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id