solscan-api 0.1.2

A Wrapper for the Solscan-API for fetching informations about SOL-Accounts and more...
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "lamports": 152543141111,
  "ownerProgram": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
  "type": "token_account",
  "rentEpoch": 325,
  "executable": false,
  "account": "So11111111111111111111111111111111111111112",
  "tokenInfo": {
    "name": "Wrapped SOL",
    "symbol": "SOL",
    "price": 38.93,
    "volume": 1109887115,
    "decimals": 9,
    "tokenAuthority": null,
    "supply": "0",
    "type": "token_address"
  }
}