- Metadata
- Get contract metadata
Contract metadata returns associated metadata for a contract for all asset types including fungible (ERC20), semi-fungible (ERC1155) and non-fungible (EC721) assets on the Ethereum and Polygon blockchains.
GET
/v1/tokens/{coinType}/{chainId}/{contractAddress}
contractAddress*
chainId*
coinType*
curl --request GET \
--url https://api.bitski.com/v1/tokens/{coinType}/{chainId}/{contractAddress} \
--header 'Content-Type: application/json' \
--data '{
"error":
}'
curl --request GET \
--url https://api.bitski.com/v1/tokens/{coinType}/{chainId}/{contractAddress} \
--header 'Content-Type: application/json' \
--data '{
"error":
}'
Path Params
contractAddressRequired
string
The contract address to get data done.
chainIdRequired
string
Set the network to get data from. For EVM chains, see a list of available chains here.
coinTypeRequired
string
Set the blockchain to get data from. Right now, only EVM based blockchains are supported.
Query Params
forceRefreshRequired
string
The contract address to get data from.
Response
contract
object
errorRequired
object
curl --request GET \
--url https://api.bitski.com/v1/tokens/{coinType}/{chainId}/{contractAddress} \
--header 'Content-Type: application/json' \
--data '{
"error":
}'
curl --request GET \
--url https://api.bitski.com/v1/tokens/{coinType}/{chainId}/{contractAddress} \
--header 'Content-Type: application/json' \
--data '{
"error":
}'