Internal get address

get/api/v2/internal/{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
    Address or ID which will be used for information lookup

Query Parameters

  • includeBalancesbooleanDefault: false
    Whether to include address balances

200 Response

address object required
coin string required
A cryptocurrency symbol or token ticker symbol
Example: btc
wallet string required
chain number required
Allowed values: 0 1 10 11 20 21 30 31 40 41
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
coinSpecificOne of
Properties specific to certain coin types
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>
needsConsolidation boolean
tokenConsolidationState
tokenAddress

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