Get address

get/api/v2/{coin}/wallet/{walletId}/address/{addressOrId}

Gets a receive address on a wallet

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: "btc"
  • walletIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
  • addressOrIdstringRequired
    The address or ID which will be used for information lookup

Query Parameters

  • dtstring
    For XRP addresses
  • memoIdstring
    For XLM addresses

200 Response

chain number required
Example: 1
coin string required
A cryptocurrency symbol or token ticker symbol
Example: btc
index number required
id string
Platform public ID for an address
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
address string
Max length: <= 250 characters
Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
balance object
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
updated string <date-time>
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
coinSpecific
label string
A human-readable label for the address
Max length: <= 250 characters
Example: Bob's Hot Wallet Address
lastNonce number
Default: -1
token string
proof string
signature string
lastConsolidatedTime string <date-time>
needsConsolidation boolean

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