Get Token Details by Contract Address
Though this endpoint customers can obtain information about token details. This can be done by providing the contact address
parameter.
Path Parameters
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
-
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "goerli" are test networks.
-
RequiredcontractAddress string
Defines the specific address of the contract.
Query parameters
-
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.
Response schema
Content-Type: application/json
The request has been successful.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requireddata object
-
Requireditem object
-
RequiredtokenType string
Defines the type of the token.
Example : ERC-20 -
OptionaltokenDecimals string
Defines the token decimals value
Example : 7 -
OptionaltokenName string
Specifies the token's name.
Example : Band Protocol -
OptionaltokenSymbol string
Defines the identifier of the asset code
Example : AQUA -
OptionaltotalSupply string
Defines the total number of tokens created that exist on the market minus the ones that have been burned.
Example : 1000000 -
RequiredblockchainSpecific object One Ofobject
-
Requiredaccounts object
Represents the number of accounts grouped by each trustline flag state.
-
Requiredauthorized integerExample : 9390
-
RequiredauthorizedToMaintainLiabilities integerExample : 1240
-
Requiredunauthorized integerExample : 5
-
-
Optionalamount string
Representation of the amount
Example : 83190290856.4675501 -
OptionalclaimableBalances string
Defines the number of units in claimable balances for this asset
Example : 15685213597.9729623 -
Requiredissuer string
Defines the Stellar address of this asset’s issuer
Example : GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA -
RequirednumAccounts string
Token total supply (string value representation)
Example : 165236
-
-
-