Cregis Developer Docs
POST/api/v1/address/inner

Verify Internal Sub-address

Verify whether the address belongs to the corresponding project. After receiving a deposit notification, verify the returned address information first to prevent address tampering.

Rate limit: 1000 requests/minute

Request

Request Body

required

application/json
  • noncestringrequired

    6-character random string.

  • timestampinteger<int64>required

    Timestamp.

  • signstringrequired

    Signature.

  • pidinteger<int64>required

    Project ID.

  • addressstringrequired

    Address.

  • chain_idstringrequired

    Main chain identifier.

Responses

200Success
application/json
  • codestring

    Response code.

  • msgstring

    Response message.

  • dataobject

    Response data.

    • resultboolean

      true: the address is an address within the project; false: the address is not an address within the project.