GET
/
getAddressBalances
cURL
curl --request GET \
  --url https://api.jiffyscan.xyz/v0/getAddressBalances \
  --header 'x-api-key: <api-key>'
[
  {
    "contract_address": "<string>",
    "contract_name": "<string>",
    "contract_ticker_symbol": "<string>",
    "contract_decimals": 123,
    "native_token": "<string>",
    "quote_rate": "<string>",
    "pretty_quote": "<string>",
    "balance": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

address
string
required
network
string
first
string
skip
string

Response

Success

An array of tokens balances that the address holds

balance
string
required

Balance of the account

contract_address
string

Address of the token

contract_name
string

Name of the token

contract_ticker_symbol
string

Ticker symbol of the token

contract_decimals
number

Number of decimals of the token

native_token
string

Native token of the chain

quote_rate
string

Quote rate of the token

pretty_quote
string

Pretty quote of the token