Skip to main content

Sign EVM Aggregation

POST 

/PayTool/EVM/signAggregate

Sign EVM chain aggregation operations.

Request

Body

required

    chainId int32required

    Chain ID

    This is the platform internal ID, not the chain ID on the chain or from the wallet, can be obtained from Get Chain List interface

Responses

OK

Schema

    code int32required

    Status code

    msg stringrequired

    Status message on success or error message on failure

    data

    object

    nullable

    txHash string

    Transaction hash

    description string

    Detailed description when error

Loading...