AIO
EN
  • EN
  • ZH
  1. API
AIO
EN
  • EN
  • ZH
  • Overview
  • Create API Key
  • Callback
  • Security
  • Pay-in
  • Pay-out
  • API
    • Before You Begin
    • Get Txs
      GET
    • Get Sub Txs
      GET
    • Get Tx Info
      GET
    • Create Payin Tx
      POST
    • Create Payin Longtime Tx
      POST
    • Create Payout Tx
      POST
    • Price
      GET
    • Calculate price
      GET
  • 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. API

Get Sub Txs

GET
https://api.aio.cash/v2/tx/sub-txs

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aio.cash/v2/tx/sub-txs?search&bind_info&chain&token&type&status&st&et&sort&page&size'

Responses

🟢200成功
application/json
Successful Response
Body

Example
{
    "success": true,
    "msg": "ok",
    "data": {
        "sub_txid": "string",
        "status": "Pending",
        "chain": {},
        "token": {},
        "hash": "string",
        "from_addr": "string",
        "to_addr": "string",
        "amount": 0,
        "actual_amount": 0,
        "fee": 0,
        "gas": 0,
        "created_at": "2019-08-24T14:15:22Z",
        "tx_id": "string",
        "type": {},
        "bind_info": "string",
        "total_fee": "string"
    }
}
🟠422无法处理的实体
Previous
Get Txs
Next
Get Tx Info
Built with