Accounts
GET
/accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nusabyte.com/api/v1/accounts?userAddress=GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s&limit=3&page=1'
Response Response Example
[
{
"blockchainKey": "string",
"baseTokenId": "string",
"quoteTokenId": "string",
"tokenId": "string",
"tokenAddress": "string",
"tokenName": "string",
"tokenDecimals": 0,
"tokenSymbol": "string",
"tokenImageUrl": "string",
"tokenMaximumFractionDigits": 0,
"userAddress": "string",
"balance": "string",
"formattedBalance": "string",
"holdingPercentage": "string",
"availableAsQuote": true
}
]
Request
Query Params
userAddress
string
optional
Example:
GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s
limit
string
optional
Example:
3
page
string
optional
Example:
1
Responses
Modified at 2025-04-28 02:43:58