Skip to main content

Query recharge order details

GET 

/recharge/detail

Query the details of the recharge order by recharge order ID.

Request

Query Parameters

    rechargeId int32required

    Recharge order ID

Responses

OK

Schema

    code int32required

    Status code

    msg stringrequired

    Status message on success or error message on failure

    description string

    Detailed description when error

    data

    object

    Recharge order object

    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

    rechargeId int32required

    Recharge order ID

    userId int32required

    User ID

    uuid stringrequired

    User UUID

    currencyId int32required

    Currency ID

    Can be obtained from Get Currency List interface

    rechargeAmount stringrequired

    Recharge amount

    Note: The value of this field is an integer, calculated by (actual_amount * 10^currency_decimals)

    rechargeStatus int32required

    Possible values: [0, 1, 2]

    Recharge order status

    • 0 - Success
    • 1 - Pending
    • 2 - Failure
    transferHash stringrequired

    Transaction hash

    walletId int32required

    User sub-contract wallet ID

    walletAddress stringrequired

    User sub-contract wallet address

    fromAddress stringrequired

    Sender address

    createTime date-timerequired

    Order creation time

    blockTime date-timerequired

    Transaction confirmation time

Loading...