{
  "endpoint_id": "exchange",
  "endpoint_name": "Voidly Pay Exchange",
  "endpoint_url": "https://api.voidly.ai/v1/pay/exchange?ids=bitcoin,ethereum&vs_currencies=usd",
  "amount_paid_usdc": 0.001,
  "transfer_id": "91397fa1-334d-4d4b-a2fc-2e03558caade",
  "quote_id": "4f2b1e96-ffb4-43f2-8f76-ff85fbf6fc4c",
  "called_at": "2026-08-05T15:37:43.236856+00:00",
  "response_keys": [
    "schema",
    "receipt_id",
    "fetched_at",
    "requested_ids",
    "requested_vs_currencies",
    "rates",
    "upstream",
    "paid_by_did",
    "paid_to_did",
    "transfer_id"
  ],
  "response_excerpt": {
    "schema": "voidly-pay-exchange/v1",
    "receipt_id": "54a5a51b-9ade-4176-9334-c6ef2c878208",
    "fetched_at": "2026-08-05T15:37:43.180Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "bitcoin": {
        "usd": 64500,
        "last_updated_at": 1785944180
      },
      "ethereum": {
        "usd": 1877.14,
        "last_updated_at": 1785944180
      }
    }
  }
}