Jump to
Ctrl
+
/

Get Solana Token Details by Contract Address

GET
/blockchain-data/solana/{network}/tokens/{contractAddress}

Though this endpoint customers can obtain information about token details. This can be done by providing the contact address parameter.

Path Parameters

network string Required

Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software

contractAddress string Required

Defines the specific address of the contract.

Query Parameters

context string Optional

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

apiVersion string Required

Specifies the version of the API that incorporates this endpoint.

2023-04-25
requestId string Required

Defines the ID of the request. The requestId is generated by Crypto APIs and it's unique for every request.

601c1710034ed6d407996b30
context string Optional

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.

yourExampleString
data object Required
item object Required
collection object Optional

Object representation of the collection

address string Required

String representation of the collection's address

69k55dCTwiUPNgaTZ8FVMADorTvEGJEGuAGEB7m1qB1S
verified string Required

Boolean representation of the collection's verification status

true
decimals string Required

String representation of the token's decimals

0
description string Optional

String representation of the token's description

A Community Brand Capturing the Spirit of Perseverance and Ambition, in Style
image string Optional

String representation of the token's image

https://ipfs.io/ipfs/QmQ5TWTtXoKeupMucMUuss8pCbt3ZyyfV3frCKPjzzJXQf/8877.png
name string Optional

String representation of the token's name

BoDoggos #8877
symbol string Optional

String representation of the token's symbol

DOG
totalSupply string Required

String

1
type string Required

String representation of the token's type

spl-20

Credits Cost : 1000 Credits for 1 Results

Was this page helpful?
Yes
No
Powered by
Language
URL

{
    "apiVersion": "2023-04-25",
    "requestId": "601c1710034ed6d407996b30",
    "context": "yourExampleString",
    "data": {
        "item": {
            "collection": {
                "address": "69k55dCTwiUPNgaTZ8FVMADorTvEGJEGuAGEB7m1qB1S",
                "verified": "true"
            },
            "decimals": "0",
            "description": "A Community Brand Capturing the Spirit of Perseverance and Ambition, in Style",
            "image": "https://ipfs.io/ipfs/QmQ5TWTtXoKeupMucMUuss8pCbt3ZyyfV3frCKPjzzJXQf/8877.png",
            "name": "BoDoggos #8877",
            "symbol": "DOG",
            "totalSupply": "1",
            "type": "spl-20"
        }
    }
}