AIO
EN
  • EN
  • ZH
  1. Schemas
AIO
EN
  • EN
  • ZH
  • Overview
  • Create API Key
  • Callback
  • Security
  • Pay-in
  • Pay-out
  • API
    • Before You Begin
    • Get Txs
    • Get Sub Txs
    • Get Tx Info
    • Create Payin Tx
    • Create Payin Longtime Tx
    • Create Payout Tx
    • Price
    • Calculate price
  • Schemas
    • Schemas
      • CallbackReqContentData
      • CallbackSubTxData
      • CallbackTxData
      • CallbackType
      • GetSubTxData
      • SubTxDataExt
      • SubTxStatus
      • GetSubTxDataResponse
      • Chain
      • ErrorResponseModel
      • PayTxData
      • PayTxStatusData
      • PayinLongTimeTxParams
      • PayinTxParams
      • PayoutSubTxParams
      • PayoutTxParams
      • PriceData
      • RedisKeyData
      • SubTxData
      • SuceedResponseModel
      • TestData
      • Token
      • TxData
      • TxDetailsData
      • TxStatus
      • TxType
      • VsToken
      • TestDataResponse
      • RedisKeyDataResponse
      • PriceDataResponse
      • PayTxDataResponse
      • PayTxStatusDataResponse
      • TxDetailsDataResponse
      • TxDataResponse
  1. Schemas

CallbackTxData

{
    "uid": "string",
    "txid": "string",
    "status": "Pending Approval",
    "type": "Pay In",
    "vs_token": "USD",
    "vs_amount": "string",
    "usd": "string",
    "chain": "string",
    "token": "BTC",
    "amount": "string",
    "bind_info": "string",
    "sub_txs": [
        {
            "sub_txid": "string",
            "status": "Pending Approval",
            "token": "BTC",
            "amount": "string",
            "hash": "string",
            "from_addr": "string",
            "to_addr": "string"
        }
    ]
}
Built with