Skip to main content

Sign TVM Transactions

POST 

/PayTool/TVM/signTransaction

Sign withdrawal orders on TVM chain.

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

    orderIds int32[]required

    ID list of pending withdrawal orders

    Query Withdrawal List to get pending orders.

Responses

OK

Schema

    code int32required

    Status code

    msg stringrequired

    Status message on success or error message on failure

    description stringnullable

    Detailed description when error

Loading...