Saseul Gold Docs
  • Saseul Gold Docs
  • Network CLI
    • Using Saseulgold Network CLI
    • Wallet Interface
      • Representative Wallet Settings
      • Check your wallet balance
      • Remittance
    • Dex Interface
      • Get Token Detail
      • Mint Token
      • Transfer Token
      • Swap
      • ProvideLiquidity
    • Swap Process
      • Example
  • Dex API
    • Using Dex API
    • Token Info API
    • Token Mint API
    • Token Pair Info API
    • Provide Liquidity API
    • Faucet API
    • Swap
    • Liquidity Withdraw
    • Balance Of
    • Transfer
  • Backend API
    • Using Backend API
    • Token Detail API
    • Token List API
    • Pair List API
    • Pair Detail API
    • Pair Transaction Candle API
    • Block List API
Powered by GitBook
On this page
  1. Backend API

Token List API

Look up a list of all issued tokens in the network.

GET /rawrequest/tokens
  • Response

{
    "db97794e5a67ed5f423b2cde9092ce177483c838c83f3e5250c7f29828feefd8": {
        "owner": "0fb94161839b539195b641e5124ee174bf68840b9866",
        "supply": "12000000000000000000000",
        "symbol": "SOL",
        "token_address": "db97794e5a67ed5f423b2cde9092ce177483c838c83f3e5250c7f2"
    },
    "b5e3b249cd8fb939d4464c2cad515de48aba38d9ee7702d2b216cb4d05c067c0": {
        "owner": "0fb94161839b539195b641e5124ee174bf68840b9866",
        "supply": "191000000000000000000000",
        "symbol": "DOGE",
        "token_address": "b5e3b249cd8fb939d4464c2cad515de48aba38d9ee7702d2b216c"
    },
    "6f52d7ba6744d3c280186049703d8572a3e2be427ac7c662aa7f92d2413fb923": {
        "owner": "0fb94161839b539195b641e5124ee174bf68840b9866",
        "supply": "10000000000000000000000",
        "symbol": "PEPE",
        "token_address": "6f52d7ba6744d3c280186049703d8572a3e2be427ac7c662aa7f92"
    }
}
PreviousToken Detail APINextPair List API

Last updated 3 months ago