cURL
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>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.architect.exchange/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.architect.exchange/llms.txt
Use this file to discover all available pages before exploring further.
User session token
List of funding transactions
Show child attributes