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. Dex API

Token Info API

Returns the token information corresponding to token_address.

  • Raw Request Payload

Sign : {
    "type": "GetTokenInfo",
    "token_address": "e7831c035f8ef5ab027b9e4153da4d12299a837c7433fba8eea2a02f2
}
  • Sigend Request Payload

{
    "request": {
        "type": "GetTokenInfo",
        "token_address": "db6ea1edf4ed76bc9395100aa50bdaf43c428d77f5a3c4790d5646
    },
    "public_key": "626e9491b8be43cc220848ea645cb60c4ae6f8890d94af08ab112210871",
    "signature": "d349340c8f45d4aaf086247004c1d49e0af076c80ef6486395c9b84bde8"
}
  • Response

{
    "owner": "4a8fd2ebb308370a689c3ef47cb83ba182683def3d4f",
    "symbol": "ABC",
    "name": "my coin",
    "supply": "10000000"
}
PreviousUsing Dex APINextToken Mint API

Last updated 3 months ago