Get token details
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/tokens/{contractId} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"symbol": "<string>",
"operator": "<string>",
"operators": [
{
"partyId": "<string>",
"accountName": "<string>",
"imageUrl": "<string>"
}
],
"provider": "<string>",
"providers": [
{
"partyId": "<string>",
"accountName": "<string>",
"imageUrl": "<string>"
}
],
"registrar": "<string>",
"registars": [
{
"partyId": "<string>",
"accountName": "<string>",
"imageUrl": "<string>"
}
],
"contractId": "<string>",
"templateId": "<string>",
"domainId": "<string>",
"createdEventBlob": "<string>",
"tokenStandard": "<string>",
"createdAt": 123,
"imageUrl": "<string>",
"additionalIdentifiersJson": {},
"issuerRequirementsJson": {},
"holderRequirementsJson": {}
}Tokens
Get token details
Get token details by contract id
GET
/
v1
/
tokens
/
{contractId}
Get token details
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/tokens/{contractId} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"symbol": "<string>",
"operator": "<string>",
"operators": [
{
"partyId": "<string>",
"accountName": "<string>",
"imageUrl": "<string>"
}
],
"provider": "<string>",
"providers": [
{
"partyId": "<string>",
"accountName": "<string>",
"imageUrl": "<string>"
}
],
"registrar": "<string>",
"registars": [
{
"partyId": "<string>",
"accountName": "<string>",
"imageUrl": "<string>"
}
],
"contractId": "<string>",
"templateId": "<string>",
"domainId": "<string>",
"createdEventBlob": "<string>",
"tokenStandard": "<string>",
"createdAt": 123,
"imageUrl": "<string>",
"additionalIdentifiersJson": {},
"issuerRequirementsJson": {},
"holderRequirementsJson": {}
}Authorizations
Path Parameters
Contract id
Response
200 - */*
OK
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
⌘I