WaaS
Get project coins
Query the supported coins for Cregis Project.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query the supported coins for Cregis Project.
| Name | Type | Required | Description |
|---|---|---|---|
| pid | integer(int64) | Yes | Project ID |
| nonce | string | Yes | 6-digit random string |
| timestamp | integer(int64) | Yes | Timestamp |
| sign | string | Yes | Signature |
{
"pid": 1382528827416576,
"nonce": "m8jisx",
"timestamp": 1687848653294,
"sign": "cebd2bfd56766f1143dc40d078b64dac"
}
| Name | Type | Description |
|---|---|---|
| code | string | Response code |
| msg | string | Response message |
| data | object | Response data object |
data object| Name | Type | Description |
|---|---|---|
| coin_name | string | Token name |
| chain_id | string | Chain ID |
| token_id | string | Token ID, for tokens it’s the contract address |
{
"code": "00000",
"msg": "ok",
"data": {
"payout_coins": [
{
"coin_name": "TRON#Shasta",
"chain_id": "195",
"token_id": "195"
},
{
"coin_name": "Dogecoin",
"chain_id": "3",
"token_id": "3"
}
],
"address_coins": [
{
"coin_name": "TRON#Shasta",
"chain_id": "195",
"token_id": "195"
},
{
"coin_name": "Dogecoin",
"chain_id": "3",
"token_id": "3"
}
]
}
}
