GET
/
v1
/
custody
/
mpc
/
transactions_by_request_ids
/
request(
    "GET",
    "/v1/custody/mpc/transactions_by_request_ids/",
    {
        "request_ids": "web_send_by_user_915_1671699717647",
        "status": 101
    },
    api_key, api_secret, host
)
{
  "success": true,
  "result": {
    "total": 28,
    "transactions": [
      {
        "cobo_id": "20221222170157000336673000008161",
        "request_id": "web_send_by_user_915_1671699717647",
        "status": 101,
        "coin_detail": {
          "coin": "GETH",
          "display_code": "GETH",
          "description": "Ethereum Goerli Testnet",
          "decimal": 18,
          "can_deposit": True,
          "can_withdraw": True,
          "confirming_threshold": 32
        },
        "amount_detail": {
          "amount": "9000000000000000",
          "abs_amount": "0.009"
        },
        "fee_detail": {
          "fee_coin_detail": {
            "coin": "GETH",
            "display_code": "GETH",
            "description": "Ethereum Goerli Testnet",
            "decimal": 18,
            "can_deposit": True,
            "can_withdraw": True,
            "confirming_threshold": 32
          },
          "gas_price": 300000000,
          "gas_limit": 21000,
          "fee_used": 0
        },
        "source_addresses": "",
        "from_address": "0x3ede1e59a3f3a66de4260df7ba3029b515337e5c",
        "to_address": "0x9414933Ff7777bb28cA22D15c178596A6e58d957",
        "tx_hash": "",
        "vout_n": 0,
        "nonce": null,
        "confirmed_number": 0,
        "replace_cobo_id": "",
        "transaction_type": 303,
        "operation": 100,
        "block_detail": {
          "block_hash": "",
          "block_height": 0,
          "block_time": 0
        },
        "tx_detail": {
          "tx_hash": ""
        },
        "extra_parameters": "",
        "created_time": 1671699717956,
        "updated_time": 1671699717956,
        "failed_reason": null,
        "max_priority_fee": null,
        "max_fee": null,
        "approval_process": {"spender_result": 1, "spender_review_threshold": 1, "spender_status": [{"spender_person": "Cobo_Test_spender", "status": "approve"}], "spender_complete_time": 1681906749496, "approver_result": 1, "approver_review_threshold": 1, "approver_status": [{"approve_person": "Cobo_Test_approver", "status": "approve"}], "approver_complete_time": 1681906758619},
        "remark": "",
        "memo": "",
        "gas_station_child_id": ""
      }
    ]
  }
}

Request

request_ids
String
required
Transaction request IDs; separated by commas; the number of IDs must be greater than 0 and less than 50
status
Int
Status TypeCode
PENDING_APPROVAL101
QUEUED201
PENDING_SIGNATURE301
BROADCASTING401
BROADCAST_FAILED402
PENDING_CONFIRMATION403
CONFIRMATION501
SUCCESS900
FAILED901
The 403 status indicates that the transaction has been successfully broadcasted, while the 501 status indicates that the transaction has been successfully confirmed on the blockchain and is awaiting further confirmations.

Response

success
bool
request successful or failed
result
object