curl --request GET \
--url https://gateway.architect.exchange/api/funding-transactions \
--header 'Authorization: Bearer <token>'{
"funding_transactions": [
{
"amount": "<string>",
"benchmark_price": "<string>",
"currency": "<string>",
"event_id": "<string>",
"funding_amount": "<string>",
"funding_rate": "<string>",
"sequence_number": 123,
"settlement_price": "<string>",
"symbol": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"transaction_type": "<string>",
"user_id": "<string>",
"reference_id": "<string>"
}
]
}curl --request GET \
--url https://gateway.architect.exchange/api/funding-transactions \
--header 'Authorization: Bearer <token>'{
"funding_transactions": [
{
"amount": "<string>",
"benchmark_price": "<string>",
"currency": "<string>",
"event_id": "<string>",
"funding_amount": "<string>",
"funding_rate": "<string>",
"sequence_number": 123,
"settlement_price": "<string>",
"symbol": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"transaction_type": "<string>",
"user_id": "<string>",
"reference_id": "<string>"
}
]
}