Coins
get/coins/{coin_type}
Path parameters
coin_typestring required
A Move StructTag
Example:0x2::coin::Coin<0x2::sui::SUI>
Response
Example response
{
"coin_type": "0x2::coin::Coin<0x2::sui::SUI>",
"metadata": {
"id": "0x0000000000000000000000000000000000000000000000000000000000000002"
},
"treasury": {
"id": "0x0000000000000000000000000000000000000000000000000000000000000002"
}
}