cURL
curl --request GET \ --url https://sandbox-openapi.bisonblock.ai/api/v1/transaction/info \ --header 'BIZ-API-KEY: <api-key>' \ --header 'BIZ-API-NONCE: <api-key>' \ --header 'BIZ-API-SIGNATURE: <api-key>'
{ "code": 123, "data": { "orderNo": "<string>", "symbol": "<string>", "txHash": "<string>", "requestId": "<string>", "fromAddress": "<string>", "toAddress": "<string>", "amount": "<string>", "type": "<string>", "state": "<string>", "confirmNum": "<string>", "fee": "<string>", "feeSymbol": "<string>", "time": 123 }, "msg": "<string>" }
查询交易详情。This endpoint retrieves a transaction by its ID or requestId.
This field contains the API key.
This field contains the nonce.
This field contains the signature.
BisonBlock Unique Order ID
requestId for withdrawal
OK
0 is for success, others are for failure
Show child attributes
Was this page helpful?