/vaults/master-walletsGet Master Wallet
Outcome - Returns the master wallets for the authenticated vault. Uses cursor-based pagination for efficient navigation through large datasets.
Query Parameters
cursorstringnullableCursor for pagination. Use the `nextCursor` or `previousCursor` from a previous response to navigate between pages.
limitnumbernullableLimits the number of results returned per page.
Responses
Response attributes
messagestringResponse message
dataarrayArray of master wallet records
Show child attributes (8)
idnumberWallet ID
balancestringAvailable balance
pendingBalancestringPending balance
publicAddressstringPublic blockchain address of the wallet
transactionsCountstringNumber of transactions
targetIdstringTarget ID (vault ID for master wallets)
assetobjectAsset details
Show child attributes (11)
idnumberAsset ID
namestringAsset name
symbolstringAsset symbol
contractAddressstringnullableToken contract address (null for native coins)
decimalsnumberAsset decimals
networkobjectNetwork details
Show child attributes (8)
idnumberNetwork ID
namestringNetwork name
symbolstringNetwork symbol
logostringNetwork logo URL
isSwappablebooleanWhether the network supports swapping
categorystringNetwork category (e.g. EVM)
chainobjectChain details
Show child attributes (5)
idnumberChain ID
namestringChain name
nativeCurrencyobjectNative currency details
Show child attributes (3)
namestringCurrency name
symbolstringCurrency symbol
decimalsnumberCurrency decimals
rpcUrlsobjectRPC URLs
Show child attributes (1)
defaultobjectDefault RPC configuration
Show child attributes (1)
httparrayHTTP RPC URLs
blockExplorersobjectBlock explorer details
Show child attributes (1)
defaultobjectDefault block explorer
Show child attributes (3)
namestringExplorer name
urlstringExplorer URL
apiUrlstringExplorer API URL
addressFormatobjectAddress format validation rules
Show child attributes (2)
prefixesarrayValid address prefixes
lengthRangearrayValid address length range [min, max]
vaultStatusstringAsset status within the vault
isHiddenbooleanWhether the asset is hidden
typestringAsset type (COIN or TOKEN)
statusstringAsset status
logostringAsset logo URL
typestringWallet type (MASTER)
metaobjectCursor-based pagination details
Show child attributes (5)
hasNextPagebooleanWhether there is a next page of results
hasPreviousPagebooleanWhether there is a previous page of results
nextCursorstringnullableCursor to use for fetching the next page. Pass this as the `cursor` query parameter.
previousCursorstringnullableCursor to use for fetching the previous page. Pass this as the `cursor` query parameter.
limitnumberNumber of items per page
statusnumberHTTP status code
Was this page helpful?