๐ New US500-BTC contract live! Learn more โ
cURL
curl --request GET \ --url https://api.roxom.com/v1/accounts/transaction-log \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Signature: <api-key>'
{ "data": { "logs": [ { "amount": "<string>", "balanceAfter": "<string>", "balanceBefore": "<string>", "createdAt": 123, "fee": "<string>", "pnl": "<string>", "side": "<string>", "symbol": "<string>", "time": 123, "totalValue": "<string>", "transactionType": "orderFill", "txId": "<string>", "fillPrice": "<string>", "fundingRate": "<string>", "isTaker": true, "orderId": "<string>", "positionAfter": "<string>", "positionBefore": "<string>", "price": "<string>", "tradeId": "<string>", "transactionTrigger": { "OrderFill": { "baseAmount": "<string>", "createdAt": 123, "fee": "<string>", "feeAmount": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "instrumentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isTaker": true, "orderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "quoteAmount": "<string>", "side": "buy", "tradeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } } } ], "cursor": "<string>" }, "error": true }
Retrieve comprehensive transaction history including order fills, deposits, withdrawals, funding fees, and insurance fund reimbursements with pagination support.
Your API key
The signature of the request
x >= 0
sats
btc
Represents a successful API response wrapper
Show child attributes
Was this page helpful?