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 Detail API

Check the information of the issued token.

GET /rawrequest/token/{token_address}
  • Example

http://3.36.127.229:9090/rawrequest/pair/721e8aedc081770b26c72b62fc195a9a8bcb33ea
  • Response

{
    "owner": "0fb94161839b539195b641e5124ee174bf68840b9866",
    "supply": "200000000000000000000000",
    "symbol": "DOT",
    "token_address": "d12faec321b0844efd0bd95f8cd2bba7d50893cdc83c6db04457021d"
}
PreviousUsing Backend APINextToken List API

Last updated 3 months ago