Address Management
Check address existence
Query the address is the Cregis Address.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query the address is the Cregis Address.
| Name | Type | Required | Description |
|---|---|---|---|
| pid | integer(int64) | true | Project ID |
| address | string | true | Address |
| chain_id | string | true | Chain ID |
| nonce | string | true | 6-character random string |
| timestamp | integer(int64) | true | Timestamp |
| sign | string | true | Signature |
{
"pid": 1382528827416576,
"address": "TXsmKpEuW7qWnXzJLGP9eDLvWPR2GRn1FS",
"chain_id": "195",
"nonce": "tvccuh",
"timestamp": 1687849472174,
"sign": "48036043999446485fe0d20a838a00dc"
}
| Name | Type | Description |
|---|---|---|
| code | string | Response code |
| msg | string | Response message |
| data | object | Response data object |
data Object| Name | Type | Description |
|---|---|---|
| result | boolean | true: Address is within the project |
{
"code": "00000",
"msg": "ok",
"data": {
"result": false
}
}
