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"
}

Last updated