Get wallet info by wallet address without requiring coin parameter

get/api/v2/internal/wallet/addressinfo/{walletAddress}

Returns address information including coin type, useful for internal lookups.

WARNING: This endpoint only works reliably for MULTISIG wallets. MPC wallets can have the same address associated with multiple coins, which would result in non-deterministic results.

Path Parameters

  • walletAddressstringRequired
    The wallet address to look up
    Min length: >= 1 characters

200 Response

coin string required
The coin/chain associated with the address
token string
The token type if this is a token address
walletId string required
The wallet ID
address string required
The address string

400 Response

One of
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

404 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