Skip to main content
GET
/
funding-transactions
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token

Response

200 - application/json

List of funding transactions

funding_transactions
object[]
required